@PathVariable注解应该不是新鲜东西了Spring3.0就开始有了
URL中通过加占位符把参数传向后台
举个栗子,如下比较要说的内容比较简单就大概齐的写一下
画面侧
$.ajax({ type : "GET", url : /test/code1, dataType : "html", success : function(data, status, xhr) { //TODO }, error : function(XMLHttpRequest, status, errorThrown) { //TODO } });