Home > Database > Mysql Tutorial > 用JSP/ASP创建WAP应用_MySQL

用JSP/ASP创建WAP应用_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 14:07:25
Original
1283 people have browsed it



使用ASP或者JSP来创建动态WML内容,是非常容易的。唯一要注意的就是配置服务器使它的脚本输出类型为"text/vnd.wap.wml",或者在脚本中直接设置输出类型。

下面是一个用JSP输出动态WML内容的例子:



br>
"http://www.wapforum.org/DTD/wml_1.1.xml">













用JSP输出动态WML:


选择Accept继续!






 










out.println("

");

out.println("你好,测试成功!
");

out.println("

");

%>




Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template