支付宝H5 wap支付总结

 1,在当前页面加入js代码

    const div = document.createElement('div');
    div.innerHTML = res;//res为后台所获取的支付宝表单参数
    document.body.appendChild(div);
    document.forms[0].submit();//模拟表单提交
posted @ 2020-01-20 13:27  墨笔淡红尘  阅读(498)  评论(0编辑  收藏  举报