把zip包解压到某一个路径。 比如我这边是 /Users/passionke/study/SpeechRecognition 然后 在命令行下切换到这个路径 cd /Users/passionke/study/SpeechRecognition 在这个路径下执行 python -m SimpleHTTPServer 8090 这样就可以在网页上打开 http://localhost:8090/ 在网页上最好使用F12 打开console面板, 相关文章: