WriteLn is an extension to the Write procedure, as it is defined for text files.
After executing Write, WriteLn writes an end-of-line marker (line feed or carriage return/line feed) to the file.
If F is omitted, the global variable Output is used, which accesses the processes standard input file. Use of Output in GUI applications raises special issues. S=xxx 和 xxx 的区别
var FXmlDoc:IXMLDomDocument; begin 使用FXmlDoc.save('文件路径'); 结果发现保存后的该文件中文全部为乱码,如何解决 end; 参考这个 http://blog.csdn.net/jiangnanandi/archive/2008/11/28/3399804.aspx ......