def OnSet(self,event):
windows=wx.TextEntryDialog(None, "host",u'????', '210.45.194.10')
windows.Show()
if windows.ShowModal() == wx.ID_OK:
response = windows.GetValue()
else:
response = windows.GetValue()
windows.Destroy()
评论列表
文章目录