//operator 符号重载时使用 相当于NEW 指定要重载哪个运算符构造一个类 public class fuhao} 在Page_Load中使用 fuhao fh=new fuhao("赤色火焰",21);fuhao fh1=new fuhao("mgod",22);Response.Write(fh==fh1);//返回falseResponse.Write(fh!=fh1);//返回trueResponse.Write(fh+fh1);//返回 赤色火焰21 mgod22岁 相关文章: 2022-12-23 2022-02-26 2022-12-23 2022-12-23 2021-07-19 2021-05-31 2021-08-28 2022-12-23