#expection

python 自定义expection

classPricePolicyInvalid(Exception):def__init__(self,msg):self.msg=msg ...
开发笔记 ·2024-08-31