国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JSP > 正文

如何在JSP中實(shí)現(xiàn)Forward

2019-11-18 16:07:19
字體:
供稿:網(wǎng)友
//File: index.jsp
<Html>
<!--
  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  reserved.
-->

<% 
   double freeMem = Runtime.getRuntime().freeMemory();
   double totlMem = Runtime.getRuntime().totalMemory();
   double percent = freeMem/totlMem;
   if (percent < 0.5) { 
%>

<jsp:forward page="one.jsp"/>

<% } else { %>

<jsp:forward page="two.html"/>

<% } %>

</html>

//File: one.jsp
<html>
<!--
  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  reserved.
-->

<body bgcolor="white">
<font color="red">

VM Memory usage < 50%.
</html>

//File: two.html

<html>
<!--
  Copyright (c) 1999 The Apache Software Foundation.  All rights 
  reserved.
-->

<body bgcolor="white">
<font color="red">

VM Memory usage > 50%.
</html>

(出處:http://m.survivalescaperooms.com)



發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 岑巩县| 安远县| 体育| 福鼎市| 锡林浩特市| 来凤县| 宁化县| 常德市| 台北市| 正镶白旗| 西平县| 黎川县| 稷山县| 宾川县| 治县。| 大庆市| 油尖旺区| 施秉县| 延吉市| 武义县| 海伦市| 洛宁县| 大理市| 天柱县| 云南省| 昭苏县| 黎城县| 邹城市| 塔城市| 长白| 民丰县| 专栏| 务川| 永福县| 商丘市| 台南市| 仙游县| 尉犁县| 临城县| 郯城县| 延长县|