摘要: //sql过滤关键字 public static bool CheckKeyWord(string sWord) { //过滤关键字 string StrKeyWord = @"select|insert|delete|from|count\(|drop tabl... 阅读全文
posted @ 2014-08-09 11:46 DODUI 阅读(516) 评论(0) 推荐(0)