mayb
关于我
相册
C#.NET
Golang
More...
SqlServer
JavaScript
Umbraco
windows
Regex
MySql
ElasticSearch
git
PowerShell
linux
好记性不如烂笔头。
当前位置:
首页
>
C#.NET
求一串混合字符的长度(中英文相间的)
string str = "hello world 时间你好!";
int len = Encoding.GetEncoding("GB18030").GetBytes(str).Length;