Skip to content
ntnyq的前端人生
搜索全站
K
Main Navigation
首页
前端篇
基础篇
构建篇
插件篇
框架篇
拓展篇
Node篇
浏览器插件篇
油猴插件
工具篇
我的项目
vuepress-plugin-social-share
vuepress-plugin-svg-icons
element-plus-admin
omz-plugin-pnpm
gulp-plugins
Appearance
Menu
Return to top
On this page
Node
常用方法
将文本按换行分割为数组
先使用
readFile
方法读取内容
text
。
js
text.
split
(
/
\r
?
\n
/
)
常用 API
process.cwd()
获取执行命令时候的位置,一般为项目的根路径。