A. At sight
B. In sight
C. At the sight of
D. In the sight of
第1题:
第2题:
第3题:
Boy.jsp和boy.jsp是相同的JSP文件名字。
第4题:
第5题:
对字符串"Boy"进行完整赋值的操作是()。
A.char s[3] = {'B','o','y'};
B.char s[] = "Boy";
C.char s[3] = {"Boy"};
D.char s[3]; s="Boy";
第6题:
Boy.jsp和boy.jsp是相同的JSP文件名字。()