六狼论坛's Archiver
首页
›
C++
› c# URLEncode utf-8
shirlly
发表于 2013-2-4 22:40:50
c# URLEncode utf-8
UTF8Encoding utf8 = new UTF8Encoding();// Create a UTF-8 encoding. string EnUserid = utf8.GetString(utf8.GetBytes(this.LblUserName.Text));
页:
[1]
查看完整版本:
c# URLEncode utf-8