public void ExporTransferStrage(DataTable dt, string[,] p_Column) { ? ? } 我有這么一個方法,第二個參數(shù)string[,] p_Column 是什么?有疑問,怎么給這個方法傳值? 查看完整描述