XMLHTTP60 myxmlhttp = new XMLHTTP60();
            myxmlhttp.open("get", "http://www.sina.com.cn", false, "", "");
            myxmlhttp.send("");
            richTextBox1.Text = myxmlhttp.responseText;接收到得汉字全是乱码,怎么解决啊