Wednesday, March 18, 2015

javascipt 模拟测试


 

  
 
 
12*12=?


122 124 134 144
11*11=?
122 131 121 111
这个结果和实际不相符的原因是blgspot可能对html进行了加工,在正常的网页中正常显示
document.forms[0];是指获取第一个form
另外,这种单选框的name必须一直才能保证单选

显示效果:



12*12=?

122
124
134
144

11*11=?
122
131
121
111

No comments:

Post a Comment