摘要: {{obj.name}} 阅读全文
posted @ 2017-03-01 21:10 友儿 阅读(209) 评论(0) 推荐(0) 编辑
摘要: //模拟本地存储 function User( username, password ) { this.username = username; this.password = password; } User.prototype.save = function() { ... 阅读全文
posted @ 2017-03-01 15:10 友儿 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 按钮1 按钮2 阅读全文
posted @ 2017-02-28 21:23 友儿 阅读(268) 评论(0) 推荐(0) 编辑