websec80

  博客园  :: 首页  :: 新随笔  :: 联系 ::  :: 管理

2021年6月12日

摘要: ubuntu在安装的时候一般都是自带python环境的,大家可以查看一下查看demo如下 用于共享的命令很简单python2: python -m SimpleHTTPServer 8888python3: python3 -m http.server 8888后面的端口可以不写,默认是8000端口 阅读全文
posted @ 2021-06-12 12:51 websec80 阅读(415) 评论(0) 推荐(0)