document.all.tags("input")取到当前所有的input标签document.all.tags("input").item(0)就是第一个input标签document.all.tags("input").item(0).checked第一个标签被选中