Fork me on GitHub
随笔 - 265  文章 - 0  评论 - 1075  阅读 - 230万
  2011年9月4日
摘要: var c = ['red','bule']; //alert(c.push('yellow')); var colors = new Array; var count = colors.unshift('red','yeelow'); count = colors.unshift("black"); var item = colors.pop(); // alert(item); // alert(colors.length)/*栈 last in first out 队列 first in 阅读全文
posted @ 2011-09-04 21:14 【艾伦】 阅读(429) 评论(1) 推荐(1) 编辑
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示