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.
我有一个名为 html_form.py 的文件,其中包含我要用于在 python 中输出我的 cgi 脚本 hw.py 的 html。但是,我不确定如何在 hw.py 中调用它。建议?谢谢
在 hw.py 中写:
import html_form
http://docs.python.org/2/tutorial/modules.html