摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <script type="text/javascript"> function sum(m,n){ if(isNaN(m)||isNaN(n)) 阅读全文
posted @ 2017-10-30 18:02 我喜欢喝糖水 阅读(497) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>do....while 练习</title> </head> <body> <script type="text/javascript"> (function(){ var sum= 阅读全文
posted @ 2017-10-30 17:50 我喜欢喝糖水 阅读(96) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <script type="text/javascript"> function init(){ setInterval("change()",20 阅读全文
posted @ 2017-10-30 17:41 我喜欢喝糖水 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> function test(){ document.write("十进 阅读全文
posted @ 2017-10-29 14:34 我喜欢喝糖水 阅读(491) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>递归</title> </head> <body> <script type="text/javascript"> function run(n){ if(n>5) { docume 阅读全文
posted @ 2017-10-28 13:15 我喜欢喝糖水 阅读(251) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> function run(){ var p1=document.getElementById("pa 阅读全文
posted @ 2017-10-28 12:52 我喜欢喝糖水 阅读(120) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> function sum(){ var s=0; for(var i= 阅读全文
posted @ 2017-10-28 11:44 我喜欢喝糖水 阅读(116) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <style> body{font-family: helvetica arial sans-serif;font-size: 12px;} h1{ 阅读全文
posted @ 2017-10-27 16:12 我喜欢喝糖水 阅读(113) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>匿名函数</title> <!--了解匿名函数的定义 了解匿名函数的调用 理解匿名函数的作用 理解调用运算符“()”的作用--> </head> <body> <script typ 阅读全文
posted @ 2017-10-27 15:09 我喜欢喝糖水 阅读(158) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>函数嵌套</title> <!--计算两个圆面积和案例--> </head> <body> <script type="text/javascript"> function tota 阅读全文
posted @ 2017-10-27 14:41 我喜欢喝糖水 阅读(112) 评论(0) 推荐(0) 编辑
我喜欢喝糖水的博客友链:股票指标编程学习