js jump page

// Go to another page 
function goToOtherWeb (Mn) { 
  var URL = prefix + "/ otherweb /" + Mn + ""; window.location.href = URL; 
} 
// Get background springboot 
@GetMapping ( "/ otherweb / Mn} { ") 
	public String otherweb (@PathVariable (" Mn ") String Mn, a ModelMap the mmap) { 
              // processing 
}
 


  

 

Guess you like

Origin www.cnblogs.com/webttt/p/11412360.html