jsp 页面取值

2020-12-13 02:05

阅读:551

标签:style   blog   class   code   java   ext   

soscw.com,搜素材
@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"
    import="com.model.User"
%>
   
DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
html>
head>
meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
title>Insert title heretitle>
head>
body>
!int a = 10; %>
String name = "aaa";
  request.setAttribute("myName", name);
  
  User user = new User();
  user.setUsername("aa2");
  request.setAttribute("users", user);
%>
name1:${myName }br>
name2:=name %>br>

username1:${users.username }br>


username2:=user.getUsername() %>br>


jsp:useBean id="users" class="com.model.User" scope="request"/>
username3:jsp:getProperty name="users" property="username"/>
body>
html>
soscw.com,搜素材

 

jsp 页面取值,搜素材,soscw.com

jsp 页面取值

标签:style   blog   class   code   java   ext   

原文地址:http://www.cnblogs.com/quyanhui/p/3715635.html


评论


亲,登录后才可以留言!