使用监视模式运行 npm install -g nodemon nodemon --exec python server.py
自定义端口 nodemon --exec "python server.py 2025"
不使用监视模式 python server.py