大家都知道PayPal有一个非常使用的「一键转账」功能,但是自从支付宝的个人收款主页停止服务后,支付宝已经无法实现该功能了,那有我天朝人民想不到的办法呢?今天博猪就来教大家使用一个极其简单的 form 标签经过 POST 可以一键自动填写「支付宝转账页面」的信息,让大家更方便、更快捷的转账捐赠你
- <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>
代码中的图片链接https://img.alipay.com/sys/personalprod/style/mc/btn-index.png是指向TA付款
- 本文固定链接: https://freekk.cn/6325.html
- 转载请注明: 漱石 于 最后的面包 发表
捐 赠如果您觉得这篇文章有用处,请支持作者!鼓励作者写出更好更多的文章!
《给你的网站添加支付宝即时到帐按钮,一键转账功能》有 1 条评论