windows.forms.dialogresult.ok这个枚举为什么这么多点谁知道[解决办法]没有必要这么多,一般在程序里会有: using System.Window.Form; 这句代码, 直接这样使用就可以了: DialogResult.OK 如果在程序里没有using才会写的比较全.