这是一个例子:
var f = function(x) { alert(x) } (function() { f(1) }())
为什么
TypeError:f不是函数"?
javascript function
function ×1
javascript ×1