nodejs 編程建議(代碼規範)

  1. 不要使用 "try ... catch" ,由於nodejs都是異步操做,try catch沒法捕捉回調裏面的異常,除非你在回調裏面也寫try catch try...catch statement cannot catch the error in callback. Here is an example: fs = require('fs'); try { fs.stat('
相關文章
相關標籤/搜索