没有搜到到结果?点击这里求解答/求资源。
【单选题】
Canvas绘图借助于JavaScript脚本通过( )方法进行图像绘制。

getElementById()
getContext(〞2d)
fillRect()
strokeRect()
【单选题】
Canvas绘图借助于JavaScript脚本通过( )方法进行图像绘制。

getElementById()
getContext(2d)
FillRect()
strokeRect()
【多选题】
javascript中,下面代码表示获取文本框值,则下列选项中验证文本框为空条件表达式不正确() var userName=document.getElementById(txtName).value;

userName==
userName.length<=0
userName.length<0
userName.length=
【多选题】
阅读下面的HTML代码,则下列选项中增加样式可以使个DIV不在同一显示有(????) style?type=text/css? div?{?float:right;?}? /style ?......? div?class=box1/divdiv?class=box2/div ?......

.box2{clear:left;}
.box2{clear:both;}
.box1{clear:right;}
.box2{clear:right;}
【多选题】
阅读下面的HTML代码,则下列选项中增加样式可以使个DIV不在同一显示有(????) ?......? ? ?......

box2{clear:left;}
box2{clear:both;}
.box1{clear:right;}
.box2{clear:right;}
【判断题】
JavaScript中,使用内置对象Array创建数组对象。

正确
错误
【单选题】
参看以下HTML代码:? ? ? 表格? ? ? ? ? 1? 2? ? ? 3? 4? ? ? ? ? 对以上代码,以下描述正确(??)

该网页内容第一显示“表格”
12表格在同一列
12表格在同一
1和3表格在同一列
【判断题】
在添加JavaScript注释方法中,单行注释以/开始。

正确
错误
【单选题】
10.In January, 2004, the United States successfully launched “spirit”, a Mars Exploration Rover, _____ a new milestone in the history of mankind.

it marked
marking
marked
to mark
【单选题】
在HTML文档对象模型(DOM)中,history对象( )方法用于加载历史列表中下一个URL页面。(选择一项)

next( )
history( )
forword( )
go(-1)