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 的区别
例子程序见附件,用Delphi 7进行编译 问题代码为 Delphi(Pascal) code: if Node.ChildNodes <> nil then begin for i := 0 to Node.ChildNodes.Count - 1 do begin cNode := N ......