<html>
<head></head>
<body>
<script>
var colors = new Array();
var count = colors.push(“red”, “green”);
alert(count);
</script>
</body>
</html>
我在 Firefox 和 IE 上试过这个,你认为我的 JavaScript 版本需要更新吗?