支付宝H5 wap支付总结

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

    const div = document.createElement('div');
    div.innerHTML = res;//res为后台所获取的支付宝表单参数
    document.body.appendChild(div);
    document.forms[0].submit();//模拟表单提交

猜你喜欢

转载自www.cnblogs.com/suppler/p/12217579.html