【发布时间】:2012-08-21 05:12:29
【问题描述】:
//the code
parseAttempt = while (KeyBoardInput, out Response);
【问题讨论】:
-
“不工作”是什么意思?
-
//它说不能将类型字符串隐式转换为 bool KeyBoardInput = Console.ReadLine(); parseAttempt = int.TryParse(KeyBoardInput, out Response);
-
你能发布这个函数的完整代码吗?
标签: c# console while-loop