节点之间的空白符,在firefox、chrome、opera、safari浏览器是文本节点,所以IE是3,其它浏览器是7
2015-07-16
function checkone(){
var j=document.getElementById("wb").value;
var hobby = document.getElementsByName("hobby");
if(j>=1&&j<=6){
hobby[j-1].checked = true;
}
// 任务3
}
var j=document.getElementById("wb").value;
var hobby = document.getElementsByName("hobby");
if(j>=1&&j<=6){
hobby[j-1].checked = true;
}
// 任务3
}
alert("欢迎来带慕课网");
function tanchu()
{
window.open('www','_blank','width=400px,height=400px');
}
function tanchu()
{
window.open('www','_blank','width=400px,height=400px');
}
2015-07-16