码迷,mamicode.com
首页 > Web开发 > 详细

js跳转页面

时间:2019-08-26 15:31:12      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:func   variable   string   跳转   UNC   window   cti   web   页面   

//跳转去另一页面
function goToOtherWeb(mn){
  var url = prefix + "/otherweb/" + mn+ "";
  window.location.href = url;
}


//springboot后台获取
@GetMapping("/otherweb/{mn}")
	public String otherweb(@PathVariable("mn") String mn, ModelMap mmap) {
              //处理
}

  

 

js跳转页面

标签:func   variable   string   跳转   UNC   window   cti   web   页面   

原文地址:https://www.cnblogs.com/webttt/p/11412360.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!