2009-04-15 52 views

回答

1

目前尚不清楚是否想使這個小程序(我猜你這樣做)。

如果是這樣,Sun's applet tutorial有將應用程序轉換爲小程序的部分。

0

這應該是鏈接到你的小應用程序:

www.yourpage.com/index.jsp?item=myitem

,並在您的index.jsp你可以得到它在這樣:

... 
This is the item passed by GET: 
<%= request.getParameter("item") 
//your code here 
%> 
... 
相關問題