240 发简信
IP属地:广东
  • 树莓派(Linux)开机运行python程序

    1.新建shell脚本(test.sh) cd (python所在路径) python3 (python文件名) 2.shell脚本获取权限 chmod +x test.sh...