var query = (function (a) {
return a;
})('fx');
alert(query);
转载于:https://www.cnblogs.com/fx2008/p/4226761.html
var query = (function (a) {
return a;
})('fx');
alert(query);
转载于:https://www.cnblogs.com/fx2008/p/4226761.html