2006年12月22日 星期五 15:32
lu_zi_2000 2006-12-22 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061222/fa39f6dd/attachment.html
2006年12月22日 星期五 15:38
On 12/22/06, lu_zi_2000 <lu_zi_2000在163.com> wrote: > > http://effbot.org/zone/element.htm ''' # elementtree-example-1.py from elementtree.ElementTree import Element, SubElement, dump window = Element("window") title = SubElement(window, "title", font="large") title.text = "A sample text window" text = SubElement(window, "text", wrap="word") box = SubElement(window, "buttonbox") SubElement(box, "button").text = "OK" SubElement(box, "button").text = "Cancel" dump(window) ''' $ python elementtree-example-1.py-- '''Time is unimportant, only life important! blog@ http://blog.zoomquiet.org/pyblosxom/ wiki@ http://wiki.woodpecker.org.cn/moin/ZoomQuiet douban@ http://www.douban.com/people/zoomq/ ____________________________________ Please use OpenOffice.org to replace M$ office. http://zh.openoffice.org Please use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom from software. ''' A sample text window
2006年12月22日 星期五 16:08
¶àл lu_zi_2000 2006-12-22 ·¢¼þÈË£º Zoom.Quiet ·¢ËÍʱ¼ä£º 2006-12-22 15:38:35 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ Re: [python-chinese]ÔõôÓÃpythonдһ¸öxmlÎļþ£¬×î¼òµ¥µÄÄÇÖÖ£¬Ð»Ð» On 12/22/06, lu_zi_2000 <lu_zi_2000在163.com > wrote: > > http://effbot.org/zone/element.htm ''' # elementtree-example-1.py from elementtree.ElementTree import Element, SubElement, dump window = Element("window") title = SubElement(window, "title", font="large") title.text = "A sample text window" text = SubElement(window, "text", wrap="word") box = SubElement(window, "buttonbox") SubElement(box, "button").text = "OK" SubElement(box, "button").text = "Cancel" dump(window) ''' $ python elementtree-example-1.py-- '''Time is unimportant, only life important! blog@ http://blog.zoomquiet.org/pyblosxom/ wiki@ http://wiki.woodpecker.org.cn/moin/ZoomQuiet douban@ http://www.douban.com/people/zoomq/ ____________________________________ Please use OpenOffice.org to replace M$ office. http://zh.openoffice.org Please use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom from software. ''' _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061222/66bfe7ec/attachment.htm A sample text window
Zeuux © 2025
京ICP备05028076号