摘要: var Run = function (arg) { return new Run.prototype.init(arg) } Run.prototype = { init: function () { this.name = 'xw' return this }, save: function ( 阅读全文
posted @ 2019-08-24 16:55 程序媛李李李李蕾 阅读(258) 评论(0) 推荐(0)