document.createElement("<div id='abc'>"); spa
要用标准的W3C语法!语法
var div = document.createElement('div');di
div.id = abc;co
要用这种形式!document