How to redirect to action from JavaScript method?

前端 未结 8 1978
孤城傲影
孤城傲影 2020-12-25 11:12

I have an input type=\"button\"


8条回答
  •  离开以前
    2020-12-25 12:09

    Youcan either send a Ajax request to server or use window.location to that url.

提交回复
热议问题