8
我看到require("sys")
使用了很多的文件,我看到有a CommonJS spec for a system module但some code that I see使用像這樣require("sys").error(e);
和錯誤模塊沒有出現在CommonJS的規範上市,所以我不知道在那裏我可以找到NodeJS使用的系統模塊的文檔,因爲I'm not seeing it in the NodeJS documentation。哪來的的NodeJS的系統模塊
https://nodejs.org/api/util.html#util_util – ErikPhipps 2015-11-11 16:33:09