摘要: iPhone7的分辨率是1334x750像素。 阅读全文
posted @ 2018-03-08 14:51 Fanyee 阅读(199) 评论(0) 推荐(0)
摘要: 23 //3.自定义构造函数 24 function getBoy(name,age) { 25 this.name = name; 26 this.age = age; 27 this.yao = function () { 28 console.log("跟... 阅读全文
posted @ 2018-03-08 12:18 Fanyee 阅读(1187) 评论(0) 推荐(1)