日期: 2025年11月18日

1 篇文章

pm2笔记
通过npm安装 npm install pm2@latest -g 启动进程 pm2 start app.js 启动python文件 pm2 start python_web.py --interp…