测试浏览器:ie8(兼容和不兼容模式),ff6。
复制代码 代码如下:
var chk = document.createElement("input");
chk.setAttribute("type","checkbox");
container.appendChild(chk);
chk.setAttribute("checked",true);
复制代码 代码如下:
var chk = document.createElement("input");
chk.setAttribute("type","checkbox");
chk.setAttribute("checked",true);
container.appendChild(chk);
新闻热点
疑难解答
图片精选