摘要: var Place = function (title) { this.title = title; }; //实例化Place对象 var kitchen = new Place("The Kitchen"); var dungeo... 阅读全文
posted @ 2018-10-08 18:25 smartwange 阅读(34) 评论(0) 推荐(0)
摘要: var tweets = [ "Education is showing business the way by using technology to share information. How do we do so safely?", ... 阅读全文
posted @ 2018-10-08 18:12 smartwange 阅读(21) 评论(0) 推荐(0)