题目内容

正应力公式的适用条件包括()

A. 等截面直杆
B. 外力作用线与杆轴线重合
C. 变截面直杆
D. 杆件横截面上的内力有剪力

查看答案
更多问题

下列选项中,能获得文档中的第一个form对象的是()

A. document.forms(0)
B. document.forms.0
C. document.forms.item(0)
D. document.forms[0]

以下哪个是document对象包含的内容()。

A. 文本域、按钮
B. 单选框、复选框
C. 状态栏
D. 下拉列表框

获取表单myform中文本框txt的值的是()。

A. document.all.txt.value
B. form.myform.txt.value
C. document.myform.txt.value
D. document.getElementById(“txt”).value

用来对文本框txt进行控空值验证的是()。

A. document.form1.txt.value==“”
B. document.form1.txt.value=“”
C. document.form1.txt.length==0
D. document.form1.txt.value.length==0

答案查题题库