摘要: 用法 string a = "\00\004\06\00\00\09\u0001\05\08\0\0\0\0\0\0\u0006"; string s = Regex.Replace(a, @"[^(\x21-\x7E)]", ""); Console.WriteLine(s); Console.R 阅读全文
posted @ 2025-01-22 09:29 冰糖小袁子 阅读(134) 评论(0) 推荐(0)