2016年12月5日
摘要: 目录 一、HTML5新增属性 1.1、contextmenu 1.2、contentEditable 1.3、hidden 1.4、draggable 1.5、data-* 1.6、placeholder占位属性 1.7、required必填属性 1.8、pattern正则属性 1.9、autofo 阅读全文
posted @ 2016-12-05 23:28 Pеcu❤lian 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 请看下面的例子: var Person = function(name,age){ this.name = name; this.age = age || "未填写"; this.hobbys = []; } Person.prototype = { sayName:function(){ cons 阅读全文
posted @ 2016-12-05 00:12 Pеcu❤lian 阅读(191) 评论(0) 推荐(0) 编辑