jsp Method of Taking Multiple Parameters to Background

  • 2021-12-11 08:33:19
  • OfStack

Examples are as follows:


<a class="weui-cell weui-cell_access" href="javascript:tiao('${li.id}','${li.fplxdm}');" rel="external nofollow" >

function tiao(id,fpxldm){

	 window.location = "${sbjkgl}/w/fp/pageDetail?id="+id+"&fpxldm="+fpxldm;
}

Related articles: