下载后得到 pwp.rar 文件。 解压到一个文件夹里面, 比方 e:my_sys 文件夹下。
设计一下的脚本。 測试能否够执行。
<%
uses sysutils;
begin
write('hello word!');
end.
%>
放到 pwphtml 文件夹下,并命名为 test1.pwp
訪问 http://127.0.0.1/test1.pwp
能够看到 hello word.
下载后得到 pwp.rar 文件。 解压到一个文件夹里面, 比方 e:my_sys 文件夹下。
设计一下的脚本。 測试能否够执行。
<%
uses sysutils;
begin
write('hello word!');
end.
%>
放到 pwphtml 文件夹下,并命名为 test1.pwp
訪问 http://127.0.0.1/test1.pwp
能够看到 hello word.