Skip to content

Instantly share code, notes, and snippets.

@hezhao
Created March 28, 2016 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hezhao/60414f366aa521913dd9 to your computer and use it in GitHub Desktop.
Save hezhao/60414f366aa521913dd9 to your computer and use it in GitHub Desktop.
支付宝生活支付按钮
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="post" target="_blank" accept-charset="GBK" id="alipayForm">
<input name="optEmail" type="hidden" value="zph61@139.com" />
<input name="payAmount" type="hidden" value="1.00" />
<input id="title" name="title" type="hidden" value="捐赠给”前端技术分享”网站" />
<input name="memo" type="hidden" value="文章写的不错,支持站长,我来捐赠鼓励的!" />
<input name="pay" type="image" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" width="250" height="58">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment