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

人机交互第十周

时间:2017-11-25 13:15:37      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:put   cli   fun   rip   人机交互   body   value   text   javascrip   

<html>
 <head>
   <script type="text/javascript">
 num=0
 function a(){
   for(i=0;i<=100;i++)
      {
    if(i%2==0)
                 num+=i;
       }
   alert(num);
      }
   </script>
 </head>
 <body>
   <input type="button" value="click me"    
   onclick="a()"/>
 </body>
</html>
   <input type="button" value="click me"
   onclick="a()"/>
 </body>
</html>

人机交互第十周

标签:put   cli   fun   rip   人机交互   body   value   text   javascrip   

原文地址:http://www.cnblogs.com/hhhhg/p/7894764.html

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