NewLine + "line3"; //equals string filetext = "Hello World\r\nline2\r\nline3"; File.WriteAllText(filepath, filetext, Encoding.Unicode);
確定! 回上一頁