日期:2014-05-16 浏览次数:20473 次
var label = document.CreateElement("input"); label.type="checkbox"; label.for="id"; //不能使用for关键字
label.setAttribute("for","id");
label.htmlFor="id";