标题:数组的length怎么会不存在呢??
取消只看楼主
拒绝飞翔的燕
Rank: 1
来 自:郑州
等 级:新手上路
帖 子:5
专家分:0
注 册:2009-11-11
结帖率:50%
 问题点数:0 回复次数:0 
数组的length怎么会不存在呢??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript" >
var numnames=0;
var names= new Array();

function w(){

document.theform.newname.value=names[numnames];

numnames++;
names.sort();
document.theform.sorted.value=names.join("=");
}
</script>
</head>

<body>
<h1>按顺序排列数组</h1>
<form id =" theform" method="post" action="">
name:
<input type="text" name="newname" size="20"/>
<input type="button" value="点击" onclick="w()"/>
<br/>
<h3>名字排序</h3>
<textarea cols="60" rows="10" name="sorted">
the sorted names will qppear here.
</textarea>
</form>
</body>
</html>
搜索更多相关主题的帖子: length 
2009-11-14 20:44



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-292305-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.857439 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved