function checkone(){
            var j=document.getElementById("wb").value;
           
         // 任务3
         var str="hobby"+j; 
          document.getElementById("str").checked=true;
        }document.getElementById("str").checked=true;
括号里的str不要加引号,str在这里是变量