在js可能jquery里面能使用el表达式吗

在js或者jquery里面能使用el表达式吗?$.post(pagephone,{page:page},function(data){if (data.type

在js或者jquery里面能使用el表达式吗?


$.post("pagephone",{'page':page},function(data){
                if (data.type == "success") {
                       alert(data.text);
                       <c:forEach items="${list}" var="list">
...
</c:forEach>
                }
});


这样能写吗?为什么呀?如果不可以,要怎么写
[解决办法]
可以  只要这段js代码写在jsp文件中就可以了