Home > Web Front-end > JS Tutorial > How to use c tag correctly in js

How to use c tag correctly in js

小云云
Release: 2018-03-02 13:39:05
Original
3112 people have browsed it

How to use the c tag correctly in js? This article will share a small piece of code with you, I hope it can help you.

<script type="text/javascript">
<c:forEach items="${entityInfo.unitList }" var="unit" varStatus="status">
--------------
</c:forEach>
</script>
Copy after login

Must be placed under the script tag to avoid errors. It cannot be written in a separate js file, otherwise an error will be reported.

The above is the detailed content of How to use c tag correctly in js. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
What are JavaScript hook functions?
From 1970-01-01 08:00:00
0
0
0
What is JavaScript garbage collection?
From 1970-01-01 08:00:00
0
0
0
c++ calls javascript
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template