document.write =
Home : Internet : JavaScript : Write JavaScript "document.write"One of the most basic JavaScript commands is document.write. This simply prints the ...
JavaScript转义符?_百度知道
请注意,由于反斜杠本身用作转义符,因此不能直接在脚本中键入一个反斜杠。如果要产生一个反斜杠,必须一起键入两个反斜杠 (\\)。 document.write('The image ...