文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>wap的基本知识

wap的基本知识

时间:2010-09-08  来源:mxb0611

Wap网站开发过程中的一些心得

近期在开发一些WAP网站,以下是一些存档供以后参考。

1,格式

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>document title</title>
</head>
<body>
</body>
</html>

2,UTF-8

ASP:

<%@ CODEPAGE=65001 %>

<% Response.CodePage = 65001 %>

<% Response.Charset = "UTF-8" %>

 

HTML:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

3,拨打电话

<a href="wtai://wp/mc;13888888888">Call Me Now</a>

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载