本文實(shí)例講述了jsp中變量及方法的聲明與使用。分享給大家供大家參考,具體如下:
%@ page language="java" import="java.util.*" contentType="text/html;charset=GBK"%> % String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> html> head> base href="%=basePath%>"> title>JSP 中聲明的使用/title> meta http-equiv="pragma" content="no-cache"> meta http-equiv="cache-control" content="no-cache"> meta http-equiv="expires" content="0"> meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> meta http-equiv="description" content="This is my page"> !-- link rel="stylesheet" type="text/css" href="styles.css"> --> /head> body> h1 align="center">演示聲明的使用/h1> %--聲明變量--%> %!long i = 1,j=1; %> %!String name="陳寧"; %> %!String name2="官林輝"; %> %--聲明方法--%> %!public String sayHello(String who) { return "您好:"+who; } %> p align="center"> % out.println(sayHello(name)); out.println("br>"); out.println("您是第"+i+"個(gè)訪(fǎng)問(wèn)本網(wǎng)站的用戶(hù)!"); i++; %> % Date time = new Date(); out.write(time.toLocaleString()); %> /p> p align="center"> %=sayHello(name2)%> br> 您是第%= j%>個(gè)訪(fǎng)問(wèn)本網(wǎng)站的用戶(hù)! %j++;%> /p> /body> /html>
希望本文所述對(duì)大家jsp程序設(shè)計(jì)有所幫助。
標(biāo)簽:自貢 烏蘭察布 開(kāi)封 白銀 臨汾 銅川 吉林 山南
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《jsp中變量及方法的聲明與使用》,本文關(guān)鍵詞 jsp,中,變量,及,方法,的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。