wap之wtai协议

<a href="wtai://wp//mc;10086">拨打10086 </a>
<a href="wtai://wp/ap;10086;">将10086存储至电话簿 </a>
<a href="sms:10086">发短信到10086 </a>


如果不成功可能是“浏览器不支持WTAI”

 

j2me实现

try{   
               this.platformRequest("tel:13810000000");   
}catch(ConnectionNotFoundException ex){   
                ex.printStackTrace();   
}  

 

你可能感兴趣的:(浏览器,WAP)