摘要: # Python 自定义运算符 #### 正向运算符 ``` + __add__(self, other) - __sub__(self, other) * __mul__(self, other) / __truediv__(self, other) // __floordiv__(self, o 阅读全文
posted @ 2023-08-16 17:37 软匠 阅读(101) 评论(0) 推荐(0)