課程
/后端開發(fā)
/C#
/C#開發(fā)輕松入門
Main為什么不對(duì)
2017-12-21
源自:C#開發(fā)輕松入門 2-3
正在回答
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ?}
}
固定格式寫對(duì)了嗎
舉報(bào)
本門課程是C#語(yǔ)言的入門教程,將帶你輕松入門.NET開發(fā)
2 回答Main 方法的區(qū)別
2 回答關(guān)于main
3 回答為什么Main不是??
1 回答為什么main()有參數(shù)
3 回答Main不是C#關(guān)鍵字嗎?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-12-22
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ?}
}
固定格式寫對(duì)了嗎