2019年8月26日

js跳转页面

摘要: //跳转去另一页面 function goToOtherWeb(mn){ var url = prefix + "/otherweb/" + mn+ ""; window.location.href = url; } //springboot后台获取 @GetMapping("/otherweb/{mn}") public String otherweb(@PathVariable("mn") S 阅读全文

posted @ 2019-08-26 14:29 七七2020 阅读(307) 评论(0) 推荐(0) 编辑

导航