var iconv = require('iconv-lite');. // Convert from an encoded buffer to js string. str = iconv.decode(buf, 'win1251');. // Convert ...
確定! 回上一頁