javascript 怎么操纵OGNL标签

吧ONGL标签放到html标签中,来操作html的标签就可以了

例子代码:

html

<div id="categoryid" style="display:none;"><s:property value="id"/></div>

javascript

<script type="text/javascript">
    var categoryid = document.getElementById("categoryid").innerHTML;
</script>


javascript 怎么操纵OGNL标签,布布扣,bubuko.com

javascript 怎么操纵OGNL标签

上一篇:JVMS Specification(2)-Compiling for the Java Virtual Machine


下一篇:python scikit-learn计算tf-idf词语权重