id不能为数字,请将 id="0" id="1" 修改为 id="a0" id="a1"对应的 document.getElementById('1') 这里自然要改成 document.getElementById('a1')