摘要: <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> <i 阅读全文
posted @ 2017-11-25 11:24 哈哈哈哈嗝 阅读(98) 评论(0) 推荐(0) 编辑