我的代码:
<script type="text/javascript">
for each ( var movie in ['Endhiran The Robot','Shivaji The Boss','Anbulla Rajinikanth'] )
document.writeln(movies + "<br/>");
</script>
在 Firefox 中,我得到的输出为
Endhiran The Robot
Shivaji The Boss
Anbulla Rajinikanth
但是在IE9
andChrome Version 23.0.1271.95 m
中for each
不起作用,并且文档上没有写任何内容