step 1:
寫乙個j**a類,定義乙個或多個public static 方法,在方法中實現函式的邏輯
step 2:
在.tld檔案中描述該函式可以參考fn.tld
step 3:
在jsp檔案中,匯入並使用函式
如,j**a類如下:
1package
myfunc;23
public
class
myelf
78 }
tld檔案如下:
jsp匯入和使用函式如下:
1<%@ page language="j**a" import="j**a.util.*,j**a.lang.*" pageencoding="iso-8859-1"%>
2<%@ taglib prefix="fn1"
3 uri="" %>
4<%
5 string path =request.getcontextpath();
6 string basepath = request.getscheme()+"://"+request.getservername()+":"+request.getserverport()+path+"/";
7 %>89
101126
2728
<%
29 request.setattribute("str1","xvgfdgsdfgfdgg");
30 %>
31s1:$
3233 this is my jsp page.
3435
自己寫函式庫
大家現在寫 程式,是不是都是用新唐提供的函式庫?在體驗 開發板的一開始,我也是使用函式庫,畢竟這個太方便了。可是有一天,我發現乙個只使用時鐘和io以及 除錯串列埠的程式居然查過了16k的時候,我震驚了!天啊,這麼乙個簡單的 功能,需要這麼多的程式空間嗎?抱著懷疑的態度,我讀了新唐提供的庫。看完後,乙...
自己寫的字串函式
include using namespace std define n 50 將字串src複製到desti void mystrcpy char desti,char src desti 0 比較字串大小 int mystrcmp char str1,char str2 return p1 p2 ...
自己寫的常用jquery擴充套件函式
function validate common extend jquery.request,url arr 1 去掉最後乙個 字元 if url.lastindexof url.length 1 url url.substring 0,url.length 1 var arrquerystring...