摘要:
#!/usr/bin/env python#coding:utf-8from wx import *attrs = dir(wx.App) + dir(wx.Frame) + dir(wx.Panel) + dir(wx.StaticText) + dir(wx.TextCtrl) + dir(wx)attrs.sort()attrs_unique = {}.fromkeys(attrs).keys()lines = "\n".join(attrs_unique)h = open(r'd:\python.txt','w+')h.write(l 阅读全文
posted @ 2011-11-19 15:23
秋丰
阅读(244)
评论(0)
推荐(1)

浙公网安备 33010602011771号