日期:2014-05-16 浏览次数:22558 次
<script type="text/javascript">//<![CDATA[
void function fn() {
a = Array.prototype.slice.call(arguments,0);
alert(a);
}(1,2,3,4,5,6,7,'never-online.net/blog')
//]]></script>
------解决方案--------------------
BL经典