推 drum0710:感激不盡^^ 12/16 12:35
※ 引述《drum0710 (醜帆)》之銘言:
: 請問一下
: 要如何用JSP網頁呼叫外部JAVA程式
: 然後將程式執行結果再傳回網頁
: 謝謝
<%@ page contentType="text/html; charset=big5" language="java"
import="my.package.Helloworld" errorPage="" %>
<%
Helloworld helloworld = new Helloworld();
String word = helloworld.sayHello();
%>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.116.40.183