How do I pass Javascript variable to and JSTL?

前端 未结 3 827
遥遥无期
遥遥无期 2021-01-06 13:59

How do I pass Javascript variable to and JSTL?



        
3条回答
  •  遥遥无期
    2021-01-06 14:46

    
    

    The JSP code executes before the JavaScript so by the time the JavaScript gets processed the tag will be replaced with the contents of emp.firstName.

提交回复
热议问题