想請教各位!
查了很多資訊,但大部分寫法都是跳轉到其他jsp頁面。
但我是已知網址,想讓我的controller可以跳到我指定的網址的頁面,想請問該怎麼寫比較好!
我有查到這個感覺跟我最接近,但試了目前還沒成功!這種的資訊也最少
想請教各位><謝謝
window.location.href = "http://srip.cpu.edu.cn/#/admins";
String url ="https://www.google.com/";
return "redirect:" + url;