使用cmwap连接wap网站时会收到移动网关发回的wml数据:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0" forua="true"/>
<meta http-equiv="Cache-Control" content="no-cache" forua="true"/>
<meta http-equiv="Cache-Control" content="must-revalidate" forua="true"/>
</head>
<card id="card" title="" >
<onevent type="onenterforward">
<go href="http://3g.cn&amp;t=73684"></go></onevent>
</card>
</wml>
尝试重新发送: 
内容1:http://3g.cn 
内容2:http://3g.cn&amp;amp;t=73684 都不能跳转到相应的网页,而是继续收到上面跳转的数据。
顺利的话跳转1次能够取到数据,不顺利连续跳转十几次都无法取到数据;&amp;amp;t=73684这个是什么意思呢?