公告板
版本库
filestore
活动
搜索
登录
main
/
bkz-client-csharp
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'完善'
admin
2020-06-20
9cd218f0bebc19b86efeca2b33abe3adf093990c
[bkz-client-csharp.git]
/
ConsoleApp1
/
Program.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Text.RegularExpressions;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
String text = "你好[{你好啊},{}],[你好吾问无为谓]";
}
}
}