1个回答
2013-05-29
展开全部
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<script type = "text/javascript">
function count(){
var num = 0;
for(var i = 1; i <= 100; i++){
if(i % 3 != 0){
num += i;
}
}
alert(num);
}
</script>
</head>
<body>
<input type="button" value="计算1到100的不为3整除的数" onclick="count();" />
</body>
</html>
<head>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<script type = "text/javascript">
function count(){
var num = 0;
for(var i = 1; i <= 100; i++){
if(i % 3 != 0){
num += i;
}
}
alert(num);
}
</script>
</head>
<body>
<input type="button" value="计算1到100的不为3整除的数" onclick="count();" />
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询