The code generated by vbcrlf has line breaks when viewing the source code. Copy the code code as follows:
vbs constants
Equivalent to vbcr & vblf
It is the common chr(13) & chr(10). The format of the file generated using Chr(13) & chr(10) is not as easy as using vbcrlf when viewing the source code, because the code generated using vbcrlf is When viewing the source code, there are line breaks.