`

JS中的栈

阅读更多
var strs = [];
strs.push("111111111");
strs.push("222222222");
alert(strs.pop());

弹出“222222222”。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics