我有这样的事情:
Console.WriteLine("Y =");
Y = Convert.ToInt32(Console.ReadLine());
Run Code Online (Sandbox Code Playgroud)
它显示如下
Y=
//and here i have to input my value
Run Code Online (Sandbox Code Playgroud)
我想把我的值放在同一行
Y= //here to input my value
Run Code Online (Sandbox Code Playgroud)
有小费吗?