dateTime() @staticmethod #靜態方法def getDateTime(parent=None): dialog=DateDialog(parent) # 顯示對話框result=dialog.exec_() date=dialog.
確定! 回上一頁