JSP怎样开发WAP程序?
我安装文章上,把meta定义为text/vnd.wap.wml,可是用winwap不能正常显示。
我看到很多jsp的wap程序,都是wml加jsp而成的,不是象别人说的,只有把meta定义为text/vnd.wap.wml,就可以了
请高手教教我。
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="error.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我的WAP</title>
</head><body>
</body>
</html
只有把meta定义为text/vnd.wap.wml,就可以了?

