首页
未来题库
→
标签
→
document
document
1.
若系统当前日期与时间是2006年11月15日16时27分42秒,Document.write(Now)可以获取全部信息
2.
为获取页面中多个同名对象,应使用document的()方法;
3.
下列()不是document对象的属性。
4.
在JavaScript中,关于document对象的方法,下列说法正确的是()。
5.
在HTML中有如下代码,运行后页面显示结果为()。document.bgColor=“#FF0000”;
6.
下面哪些是javascript中document的方法?
7.
使用document对象的getElementsByName()方法可以通过元素的id属性获取元素
8.
以下哪个是document对象包含的内容()。
9.
document.forms[1]引用的是文档中第1个表单。
10.
document.images[1]引用的是文档中第1个图像。
11.
在Javascript中要改变页面文档的背景色,需要修改document对象的()属性。
12.
分析下面的Javascript代码段,输出结果是()。Vars1=parseInt(“101中学”);Document.write(s1);
13.
用document.write()方法可以输入字符串。
14.
Why is it important to document sources correctly
15.
A ()report is a document that describes what has been done and what is left to do on only one project.
16.
varstr=helloworld;document.write(str.indexOf(llo));输出结果为
17.
varstr=helloworld;document.write(str.substr(3,5));document.write(,);document.write(str.substring(3,5));输出结果为。
18.
A batch record is a document that accompanies a()product as it is made.
19.
A memo is a document designed to be read quickly and passed along rapidly, often within a company or work group.
20.
下面哪些是JavaScript中document的方法?
1
2
»下一页