C# 声明废弃 使用特性[Obsolete] 可以在类,或者方法上方使用 类 如果调用该类,将显示 方法 基本用法 如果使用,将显示 高级用法 c#">public ObsoleteAttribute(string message, bool error); //string message 提示可以拿什么来替换该语句 //bool error 是否禁用(true禁用,false还能继续用) 设置为true,报红,不让用