10 2014 档案
摘要:带原型的Constructor模式function Car(model, year, miles){ this.model = model; this.year = year; this.miles = miles;}Car.prototype.toString = function(){ ...
阅读全文
摘要:1. 减少HTTP 请求2.Avoid empty src or href 编写HTML代码和JavaScript程序的时候不要使用空的src地址。当然,记得link标签的href属性也是一样,一定不要为空值!细心,应该是前端工程师需要具备的品质之一 规则说明中介绍得很详细,有两种情况的空src值:...
阅读全文

浙公网安备 33010602011771号