2013年6月8日
摘要: function a(){ this.age=15 return this }var obj={name:'liuDeHua',sex:'man'}var c= a.apply(obj)c--------------------------------------------------得到 Object { name="liuDeHua", sex="man", age=15}==================================================改代码为 function a(){ this 阅读全文
posted @ 2013-06-08 20:34 xsSystem 阅读(230) 评论(0) 推荐(0) 编辑