摘要: * Rectangle继承Shape * 给定一个构造函数 constructor,请完成 alterObjects 方法,将 constructor 的所有实例的 greeting 属性指向给定的 greeting 变量。 input: var C = function(name) {this.n 阅读全文
posted @ 2018-06-21 19:43 zhanghui_ming 阅读(181) 评论(0) 推荐(0) 编辑
摘要: * jQuery ajax FormData 上传文件 template 关键的3个选项: cache: false, processData: false, contentType: false, * demo: alert.js config.js 阅读全文
posted @ 2018-06-21 16:48 zhanghui_ming 阅读(1416) 评论(0) 推荐(0) 编辑
摘要: * Function.prototype.bind // test * Array.prototype.map 阅读全文
posted @ 2018-06-21 11:26 zhanghui_ming 阅读(143) 评论(0) 推荐(0) 编辑