在J2ME和WAP中实现电话呼叫功能

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


wap:
<a href="wtai://wp/mc;13810000000">拨打电话</a>

你可能感兴趣的:(java,WAP)