Home  >  Article  >  Web Front-end  >  How to call variables in JSP in JS_javascript skills

How to call variables in JSP in JS_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:02:561472browse

Call variables in JSP in JS:

Copy code The code is as follows:

<%
int coblid=Integer.parseInt(request.getParameter("blid"));
%>
<script> <br>var coblid='<%=coblid%>' ; <br></script>
Statement:
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