java后台写的javascript如何传递到前台页面进行执行?
比如我在struts2的action中写一个stringsb="alert('begin')";如何让前台页面执行这个alert?谢谢...
比如我在struts2的action中写一个string sb="alert('begin')";
如何让前台页面执行这个alert?谢谢 展开
如何让前台页面执行这个alert?谢谢 展开
2个回答
展开全部
用户eval()串化成js对象(function)
如下
<%@taglib prefix="s" uri="/struts-tags" %>
<script type="text/javascript">
eval('<s:property value="sb"/>')
</script>
如下
<%@taglib prefix="s" uri="/struts-tags" %>
<script type="text/javascript">
eval('<s:property value="sb"/>')
</script>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询