Home  >  Article  >  Web Front-end  >  js gets the input value of the input tag implementation code_javascript skills

js gets the input value of the input tag implementation code_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:26:511272browse

Note: Some tags and classes are encapsulated in the frame, and their effects are similar to html tags.

jsp page:

Copy code The code is as follows:

<%
Date d = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
%><%
UserInfo userInfo = (UserInfo) session.getAttribute (ToftConst.Toft_SessionKey_UserData);
%>



    < li>










Page effect:
js gets the input value of the input tag implementation code_javascript skills
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