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

阅读 51

2023-03-20


j2me:

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




wap:


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


相关推荐

精彩评论(0)

0 0 举报