Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 simplehttpserver 从目录中提供文件。
我可以访问它,但如果我这样做
> http://localhost:8000/jtest.py
我看到的是源代码,而不是代码的输出。
我究竟做错了什么?