示例#1
0
文件: Browser.py 项目: popazerty/12
	def execEnd(self):
		Screen.execEnd(self)
		for fnc in self.onExecEnd:
			fnc()