public static DataTable SelectMethod(string _select) { DataTable _dtsel = new DataTable(); MySqlDataAdapter _mysel = new ...
確定! 回上一頁