<html>
<head>
<title>for</title>
<meta http-equiv="content-type" content="text/html ;charset=utf-8"/>
<script type="text/javascript">
function doFor(){
var stValue="";
for (var i=1;i<=10;i++){
stValue+=i;
}
alert(stValue);
stValue="";
for (var i=10;i>=10;i--){
stValue+=i;
}
alert(stValue);
}
</script>
</head>
<body onload="doFor()">
</body>
</html>
一杯2块的奶茶
qq_大寒_2
Caballarii
相关分类