public void PayTest() { var web = new Submit { URL = "https://www.baidu.com", Encode = Encoding.GetEncoding("gb2312") }; web.Post(); }