摘要:
比如:“aaa b c yy 我 中国人” 我要配备第5个空额加一个“是” //string a = "aaa b c yy 我 中国人 我要配备第5个空格加一个“是”"; //a = Regex.Replace(a, @"^(([^\s]+\s){4})([^\s]+)\s", @"$1$3是") 阅读全文
摘要:
## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *. 阅读全文