Nodejs try/catch捕捉異常失效場景

先看一個和異步無關的錯誤處理 var test = undefined; try{ var f1 = function(){ console.log(test.toString()); } } catch(e){ console.log('error..'); } //TypeError: Cannot read property 'toString
相關文章
相關標籤/搜索