dialog = wx.FileDialog(self,u"保存播放列表",'C:',"",woldcart1,style=wx.SAVE|wx.CHANGE_DIR) if dialog.ShowModal() == wx.ID_OK: self._saveMediaList(dialog.GetPath()) dialog.Destroy(); def _saveMediaList(self,url): f = file(url,"w+") f.writelines(self.log.createLog(...
www.dbjr.com.cn/article/1349...htm 2025-5-27