09 2018 档案

摘要:https://developer.mozilla.org/zh-CN/docs/Web/API/History_API Browser History APIs 阅读全文
posted @ 2018-09-19 11:10 大耳朵小虎 阅读(70) 评论(0) 推荐(0)
摘要:ES5: function article(x,y){ this.x = x; this.y = y; } article.prototype.say = function() { return (this.x + "的年纪=" + this.y) } var person = new articl 阅读全文
posted @ 2018-09-06 14:48 大耳朵小虎 阅读(108) 评论(0) 推荐(0)