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