string no = new Regex(@"[^\d]").Replace(tbTmpName.Text, ""); //将字符串中所有非数字替换为空白
posted on 2018-04-08 14:54 mol1995 阅读(417) 评论(0) 编辑 收藏 举报