摘要: 此例分三个页面分别为:default.aspx用于支付显示后的页面包括商品名称,支付金额等。SubmitPayPage.aspx为提交支付的页面 ,跳转到支付宝官方网站NoticeReturn.aspx系统返回页面(对账页面)1、default.aspx为HTML代码 没有内容显示而default.aspx.cs代码如下:using System;using System.Collections.Specialized;using System.IO;using System.Net;using System.Security.Cryptography;using System.Text;us 阅读全文
posted @ 2012-05-23 08:21 念余温 阅读(5293) 评论(0) 推荐(0) 编辑