本文介绍了C#中的命令窗口很糟糕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,我完全不知道为什么C#中的命令窗口无法运行:
?intA.toString()
这很简单,对吧?但IDE给我一个错误错误:''intA.ToString''确实
不存在。
我知道有两种模式,这个问题不是关于这一点的,我觉得
非常沮丧,还有一些silimair问题没有
答案。
也许这里有人可以分享一些亮点。
Hi there, I''m totally lost on why command window in C# can not run this :
?intA.toString()
It''s simple ,right ? but IDE give me a error "error: ''intA.ToString'' does
not exist".
I know there are two mode, and the question is not about this, also I feel
very supprised that there are also some silimair questions posted with no
answer at all.
Maybe somebody here can share some light.
推荐答案
? intA
或
? intA.ToString()
Willy。
? intA
or
? intA.ToString()
Willy.
这篇关于C#中的命令窗口很糟糕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!