在Node.js 中,对于大文件一般是以Buffer 形式存储,相比于字符串,Buffer 可以免去 decode / encode 过程,节省CPU 成本. 说到Buffer 就不得不提 ...
確定! 回上一頁