【发布时间】:2013-03-31 00:15:21
【问题描述】:
我写了一段代码,然后一行
string thing = Console.ReadLine();
导致问题。 Xamarin 向我显示它没有在输入中读取此命令,因此变量 thing 变为空。
我从这里的其他问题和答案中发现,应用程序有两种输出类型,窗口和控制台。所以,我的可能不是第二个。
但我找不到如何切换到控制台。我有最新的 MonoDevelop 和 Xamarin,但这个问题仍然存在。有谁知道有什么可以帮助的吗?
我们将不胜感激任何建议!
【问题讨论】:
标签: c# monodevelop console-application xamarin