原文: C#中WebClient中文乱码的解决办法第一次尝试: string question = textBox1.Text.ToString(); WebClient client= new WebClient(); client.Encoding = System.
確定! 回上一頁