摘要: public class TestABC { public int A = 0; public int B = 0; public static bool operator ==(TestABC a, TestABC b) { return true; } public static bool op 阅读全文
posted @ 2025-12-25 16:08 JohnYang819 阅读(4) 评论(0) 推荐(0)