function checkone(){
var j=parseInt(document.getElementById("wb").value);
var sure=document.getElementById(""hobby"+j");// 任务3
sure.checked=true;
}
这样写为什么不对
这个我试了,不行呀
(""hobby"+j")这里错了,应该是("hobby"+j)