$("<input>").attr("type", "checkbox");
// 在 IE 中有效:
$("<input type='checkbox'>");
IE and FF
最新推荐文章于 2021-06-17 08:55:10 发布
$("<input>").attr("type", "checkbox");
// 在 IE 中有效:
$("<input type='checkbox'>");

被折叠的 条评论
为什么被折叠?