摘要: using System.Web; 引用system.web。 textBox2.Text = System.Web.HttpUtility.UrlDecode(textBox1.Text, System.Text.Encoding.GetEncoding("GB2312"));//将Url中的编码 阅读全文
posted @ 2022-05-26 14:56 搬砖的L先生 阅读(1128) 评论(0) 推荐(0)