摘要: var test = function() { var data = 100; var fun1 = function() { data= data*5; } var fun2 = function() { alert (data); } fun1(); fun2();}();function myfun() { va... 阅读全文
posted @ 2008-06-04 20:41 meetrice 阅读(253) 评论(0) 推荐(0)
摘要: 一. 代码格式化代码格式化工具SourceFormatX 破解版下载:http://cn.ziddu.com/download.php?uid=bLOdlpetbLKh4palaLKWlJqiaK%2BcnJ0%3D8editplus配置方法:二. html模板(template.html) Application Layout Tu... 阅读全文
posted @ 2008-06-04 20:07 meetrice 阅读(2065) 评论(0) 推荐(0)