后台controller String ifOffice = "yes";req.setAttribute("ifOffice", ifOffice); 前台js接收 if(${ifOffice==\'yes\'}){alert(1);} 相关文章: