jsp頁面通過使用s標籤擷取值棧中的值(初識)

來源:互聯網
上載者:User

標籤:value   www   長度   運算式   擷取值   utf-8   body   lan   通過   

<%@ page language="java" contentType="text/html; charset=UTF-8"    pageEncoding="UTF-8"%><%@ taglib prefix="s" uri="/struts-tags" %><!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=UTF-8"><title>練習</title></head><body><h3>假設值棧中已經存入值,我們在jsp頁面擷取值棧中的值</h3><!--     先引入Struts2架構為我們提供1的標籤庫,s標籤 --><!-- 這個標籤預設的情況下,就是從值棧中擷取值。    value中間編寫的是ognl運算式    如果我們在這樣寫username,表示從值棧中找屬性對應的值    如果我們這樣寫value="‘username‘"相當於輸出常量的字串,頁面顯示username    value="‘username‘.length()"相當於調用方法,字串的長度 --> <s:property value="username"/><br/><s:property value="‘username‘"/><br/><s:property value="‘username‘.length()"/><br/></body></html>

jsp頁面通過使用s標籤擷取值棧中的值(初識)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.