您好!欢迎访问家园网-www.jy.wang!

家园网

document.write(ar);是干啥的?

document.write(ar);是干啥的?

网络 作者:本站 点击:

<script type="text/javascript">Array.prototype.outAll=function(ar){//自定义outAll()方法for(var i=0;i<this.length;i++){//定义for循环语句document.write(this[i]);/…...