在闲逛的时候,突然看到一篇文章,标题是:支付宝即时到账捐赠按钮,原来,自从支付宝取消了那个捐赠页面后,很多人都在想办法,果然有人提出来了,只要一个FORM就能解决。
原文地址:https://xkm.me/92.html
- <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="默认的捐赠金额" />
- <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>