A、applicationpagerequestresponse
B、sessionpageContextrequestapplication
C、publicapplicationsessionrequest
D、applicationsessionrequestpageContext
为了标识一个HTML文件,应该使用的HTML标记是______。
A、<p></p>
B、<head></head>
C、<html></html>
D、<form></form>
若执行以下程序时从键盘上输入9,则输出结果是()。
main()
{intn;
scanf(”%d”,&n);
if(n++<10)printf(”/%dn”,n);
elseprintf(”%dn”,n--);
}
A、11
B、10
C、9
D、8
使用JavaScript语言中Document的()方法可以在页面上输出字符。
A、documentwrite()
B、documentprint()
C、documentout()
D、documentflush()
A、都是先进先出
B、都是先进后出
C、只允许在端点处插入和删除元素
D、没有共同点