摘要: https://trello.com/b/55F6bfcz/board1 阅读全文
posted @ 2015-03-06 23:07 zyip 阅读(109) 评论(0) 推荐(0)
摘要: function BaseClass() { this.hello = function() { this.talk(); } this.talk = function() { document.write("I'm BaseClass"); }}... 阅读全文
posted @ 2015-03-06 15:43 zyip 阅读(190) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/en-US/docs/Web/CSS 阅读全文
posted @ 2015-03-06 14:04 zyip 阅读(201) 评论(0) 推荐(0)
摘要: https://jsfiddle.net/mh35vhfj/5/ 阅读全文
posted @ 2015-03-06 07:07 zyip 阅读(109) 评论(0) 推荐(0)