2011-02-05 87 views

回答

4

是的,有区别。第一个不编译。也许你的意思是这样的:

#using <System.dll> 
using namespace System; 

#using指令允许你引用一个程序集而不需要通过Framework和References项目设置。

+0

但我看到编写为“使用系统”的代码。它是C#吗? – 2011-02-05 17:22:24