📄 deptqod.py
字号:
#
# $Workfile: DeptQod.py $ $Revision: 1 $
# $Date: 9/03/01 12:01p $ $Author: Sholden $
#
import Dept
class Page(Dept.Page):
def Body(self):
result = [self.DeptHeader(),
"""<B><I>Question of the Day</I></B><BR><BR>%s<BR><BR>%s<BR><BR>""" %
self.qod[1:3]]
result.append("""<A HREF="/DeptQodAns/%s">Click for the answer</A>""" % self.dpt.DptCode)
return "\n".join(result)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -