摘要: //过滤特殊字符会导致数据库存储失败inline bool CheckNameVaild( const char* pStrName ){ int nLen = strlen(pStrName); if(nLen < 1) return false; fo... 阅读全文
posted @ 2018-09-13 17:55 byfei 阅读(66) 评论(0) 推荐(0)