Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够检查光标的位置是否没有超过某个点。我无法通过谷歌找到任何给出文本光标位置的东西。我不太确定还能去哪里看。
查看 Console 类的各种方法和属性。具体来说,使用 Console.CursorLeft 和 Console.CursorTop 可以获取和设置光标的位置。
使用 Console.CursorLeft 和 Console.CursorTop
请查看此 MSDN 链接以获取更多信息
http://msdn.microsoft.com/en-us/library/system.console.aspx