通过form传值给打开的网页

以之前支付宝为例,可以这么写

<form method="post" action="https://shenghuo.zuola.net/send/payment/fill.htm" target="_blank">
    <span style="float:left;font-size:16px;color:#fff;height:28px;line-height:28px;">给做啦赞助:</span>
    <input type="hidden" value="404668925@qq.com" name="optEmail">
    <input type="number" value="10" name="payAmount" style="width:100px;height:26px;line-height:26px;font-size:16px;float:left;">
    <input type="hidden" name="memo" id="memo" value="">
     <input type="image" value="给我付款" src="source/plugin/cack_zanzhuwomen/template/alipay_blug.png" name="pay" style="float:left;height: 30px;">
</form>

注意红色部分代码。蓝色为传值的金额