コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     BLL.WxBLL bll = new BLL.WxBLL();
     string    str = bll.HttpPost();
 }