原文:WPF窗体隐藏鼠标光标的方法要引用System.Windows.Input; Mouse.OverrideCursor = Cursors.None;去掉 Override 则使用: Mouse.OverrideCursor = null;