标签: javascript
如何检查是否有声明的函数?函数名称在变量中可用。例如:
var n = 'f1'; if (!functionExists(n)) { //execute code when function not available }