const StringDecoder = require('string_decoder').StringDecoder; const decoder = new StringDecoder('utf8'); const buf1 = new Buffer('this is a test'); ...
確定! 回上一頁