示例#1
0
文件: html.py 项目: jackij/FPWeb
 def __getattr__(self, tag):
     e = SubElement(self.element, tag)
     e.root = self.root
     return HTML(e)