str = "node.js" ;. buf = new Buffer(str.length);. for ( var i = 0; i < str.length ; i++) {. buf[i] = str.charCodeAt(i);. } console.log(buf);. // node.js ...
確定! 回上一頁