首页 > 其他 > 详细

添加支付宝支付按钮,实现捐赠本站

时间:2015-02-11 12:39:06      阅读:346      评论:0      收藏:0      [点我收藏+]

技术分享

<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
       <input name="optEmail" type="hidden" value="(支付宝邮箱)" />
       <input name="payAmount" type="hidden" value="10(金额)" />
       <input id="title" name="title" type="hidden" value="付款说明" />
       <input name="memo" type="hidden" value="备注" />
       <input name="pay" type="image" value="转账" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" />
   </form>    
   <form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
       <input name="optEmail" type="hidden" value="(支付宝邮箱)" />
       <input name="payAmount" type="hidden" value="10(金额)" />
       <input id="title" name="title" type="hidden" value="付款说明" />
       <input name="memo" type="hidden" value="备注" />
       <input name="pay" type="image" value="转账" src="http://file.arefly.com/alipay.png" />
   </form>

添加支付宝支付按钮,实现捐赠本站

原文:http://www.cnblogs.com/xiashuo-he/p/4285678.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!