码迷,mamicode.com
首页 > 其他好文 > 详细

11.05篮球弹起与棋盘放芝麻

时间:2017-01-15 14:42:48      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:script   har   public   XML   set   ansi   doctype   class   ++   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
</body>


<script type="text/javascript">


//篮球弹起高度
var a=10;

for(i=0;i<10;i++)
{
    a=a*0.3
        alert(a);
}

//棋盘放芝麻
var a=1;  

var b=1;



for(var i=1;i<32;i++)
    {a=a*2
     b=a+b
    } 
var c=b*0.00001;        
             alert(c);
    


</script>

</html>

 

11.05篮球弹起与棋盘放芝麻

标签:script   har   public   XML   set   ansi   doctype   class   ++   

原文地址:http://www.cnblogs.com/chaochao00o/p/6287030.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!