Thread: wap 链接
View Single Post
  #1   IP: 222.184.47.100
Old 2007-07-14, 11:43 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default wap 链接

<?php
header("Content-type: text/vnd.wap.wml; charset=gb2312"); ?>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card id="HELLO" title="HELLO">
<p>中国Hello world!</p>

<b>&#x901A;&#x8BAF;&#x5F55;</b>
</card>

<card>
    <p>
        <anchor title="Link1"><go href="test1.wml"/>News</anchor><br/>
        <a title="Link2" href="test2.wml">Sports</a>
    </p>
</card>

</wml>

Code:
<?php 
header("Content-type: text/vnd.wap.wml; charset=gb2312"); ?> 

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 

<wml> 
<card id="HELLO" title="HELLO"> 
<p>中国Hello world!</p> 

<b>&#x901A;&#x8BAF;&#x5F55;</b>
</card> 

<card>
    <p>
        <anchor title="Link1"><go href="test1.wml"/>News</anchor><br/>
        <a title="Link2" href="test2.wml">Sports</a>
    </p>
</card>

</wml>
Reply With Quote