How to read post parameters using JS/Jquery

前端 未结 3 526
一向
一向 2021-01-21 05:39

I have integrated a payment gateway with a Java based Web-App Now, After a successful and failure transaction, PG accordingly redirect to respectively html pages failure.html,su

3条回答
  •  遥遥无期
    2021-01-21 06:24

    You can't read POST data in client side but you can save it locally when submitting the form using localStorage:

    ...
提交回复
热议问题