📅  最后修改于: 2022-03-11 15:04:33.033000             🧑  作者: Mango
jQuery('')
.height("100px")
.width("100px")
.css('background','chocolate')
.css('border-radius','5px')
.addClass('firstclass')
.attr('id','newdiv')
.attr('data-info','test')
.appendTo('body');