用javascript for循环做出2个循环。例如输入3:1 12 123;输入3:321 21 1 20
大概格式<html><head><scriptlanguage="LiveScript">functiona(str){for(){for(){}}document.wr...
大概格式<html>
<head>
<script language="LiveScript">
function a(str)
{
for()
{
for()
{
}
}
document.write("");
}
</script>
</head>
<body>
<form>
<input type="text" name="name" onclick="a(this.value)" value="">
</form>
</body>
</html> 展开
<head>
<script language="LiveScript">
function a(str)
{
for()
{
for()
{
}
}
document.write("");
}
</script>
</head>
<body>
<form>
<input type="text" name="name" onclick="a(this.value)" value="">
</form>
</body>
</html> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询