摘要:
# -*- coding: utf-8 -*- """ Created on Tue May 27 19:28:48 2025 @author: F1_tsp6 """ import os import shutil from PIL import Image if __name__ == '__m 阅读全文
摘要:
类模块代码如下: '类模块Cmds的代码 Option Explicit Public WithEvents testx As msforms.CommandButton '增加点击事件 Private Sub testx_Click() MsgBox "测试" End Sub 窗体代码如下: Op 阅读全文