string strSQL = "select CategoryName from {1} where CategoryID in({0})";strSQL = string.Format(strSQL, CategoryID, TBName); 相关文章: