Transmitting newline character “\n”

前端 未结 4 659
眼角桃花
眼角桃花 2020-12-07 11:44

Given the following URL (working, try it!)

https://select-test.wp3.rbsworldpay.com/wcc/purchase?instId=151711&cartId=28524¤cy=GBP&am

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 12:11

    Try to replace the \n with %0A just like you have spaces replaced with %20.

提交回复
热议问题