在我的代码中
static void Main(string[] args) { }
我希望在方法args中传递整数值
static void Main(int? args) { }
c# console
c# ×1
console ×1