摘要:
var CreateDiv = function (html) { this.html = html; this.init(); }; CreateDiv.prototype.init = function () { var div = document.createElement('div'); div.innerHTML = this.html; document.body.appendChi 阅读全文
posted @ 2019-08-30 18:07
老北京(LBJ)
阅读(121)
评论(0)
推荐(0)

浙公网安备 33010602011771号