tstart.py
来自「在 linux平台上的网页编程的模板」· Python 代码 · 共 14 行
PY
14 行
# this starts up the T-environment...# # The root dir should point to the top of the python treeimport syssys.path.insert(0, "../base") # pickup base libssys.path.insert(0, "../../") # pickup neo_cgi.so# don't put anything above this because the path isn't# extended yet...
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?