var asdf = function(){} (function(){ })()
解决方案:
var asdf = function(){}; (function(){ })()
posted on 2012-03-06 19:30 kxdhm 阅读(197) 评论(0) 收藏 举报