摘要: string chineseChar = "破"; byte[] utf8Bytes = Encoding.UTF8.GetBytes(chineseChar); string urlEncoded = string.Join("%", utf8Bytes.Select(b => b.ToStrin 阅读全文
posted @ 2025-01-02 18:23 减肥的程序 阅读(17) 评论(0) 推荐(0)