Skip to content

Instantly share code, notes, and snippets.

@yanhua365
Created December 12, 2013 03:07
Show Gist options
  • Save yanhua365/7922629 to your computer and use it in GitHub Desktop.
Save yanhua365/7922629 to your computer and use it in GitHub Desktop.
用Python一行命令快速在当前目录启动一个HTTP服务器
python -m SimpleHTTPServer 9393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment