摘要: 阅读全文
posted @ 2015-05-08 21:57 liwuming 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-08 21:56 liwuming 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-08 21:55 liwuming 阅读(92) 评论(0) 推荐(0) 编辑
摘要: function Stack(){ this.dataStore = []; this.top = 0; this.pop = pop; this.push = push; this.peek = peek; this.clear = clear; this.length = length; thi... 阅读全文
posted @ 2015-05-08 21:54 liwuming 阅读(106) 评论(0) 推荐(0) 编辑