var buffer = new Buffer([ 0x48, 0x65, 0x6c, 0x6c, 0x6f ]); fs.writeFile('binary.txt', buffer, function(err) { // If an error occurred, show it and return if(err) ...
確定! 回上一頁