说明:比如以下的代码就是用来测试用正则表达式匹配从 0xff 到 0xffff 的字符。而值范围在 0 到 0xfe 的所有字符是不能被匹配的。 以下为引用的内容: 代码如下:Regex regex = new Regex(”[/u00FF-/uFFFF]+”); // The characters, whoes value are smaller than 0xff, // are not expected to be matched. for (int i = 0; i < <weixin_38623819> 上传 | 大小:33kb