摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> //变量作用域 var x=1; function test(){ d 阅读全文
posted @ 2018-08-27 18:19 邓志娇 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> //实现默认参数的形式 function calc4(x,y){ x= 阅读全文
posted @ 2018-08-27 18:10 邓志娇 阅读(158) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> test(); function test(){ alert('thi 阅读全文
posted @ 2018-08-27 17:38 邓志娇 阅读(229) 评论(0) 推荐(0) 编辑