摘要:
<script type="text/javascript"> //问题背景:以前经常看见这种写法var a=a1(); a();其实这里面也是有问题的。 //函数a1 function a1() { alert("aaa"); } //函数a2 function a2() { return 2; } //函数a3 function a3() { return function () { ... 阅读全文
posted @ 2012-07-01 01:39
菩提下的木树
阅读(369)
评论(1)
推荐(0)