有人可以测试这个例子并分享结果吗?
http://timothypowell.net/blog/?p=23
当我这样做时:
var myVar = '<% request.getContextPath(); %>';
alert(myVar);
我得到: '<% request.getContextPath(); %>'.
从 '<% request.getContextPath(); 中删除封闭的单引号;%>'; 给出语法错误。如何在 js 函数中使用 scrptlet 或表达式?
编辑:此链接的解释对我有帮助:http :
//www.codingforums.com/showthread.php?t=172082