我們先定義一些局部變量

static void Main(string[] args) { int i = 1; bool b = true; char c = 'a'; float f = 0.1f; double d = 0.2; }   這段看似和C++一模一樣的
相關文章
相關標籤/搜索