Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Node.JS 中是否有一个常量可用于特定于运行应用程序的平台的换行符?
例如:
\r\n
\n
不确定这在 0.8.x 中是否是新的,但现在有一个常量http://nodejs.org/api/os.html#os_os_eol
const {EOL} = require('os');