摘要: string plate="粤BN1223"; if (plate.Contains("粤BN")) { //除掉前三个字符,剩下的4个字符全为数字方为特殊车辆 bool BNum = true; char[] strSubCCode = new char[... 阅读全文
posted @ 2018-08-02 20:56 蜜雪粮液 阅读(376) 评论(0) 推荐(0)