Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fs.writeFile("test.txt", content, function(err) { if(err) { console.log(err); } else { console.log("The file was saved!"); } });
内容为 euk-kr 文本。 如何制作 euc-kr 文本文件?