日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

J2ME_System.getProperty

發(fā)布時間:2025/3/15 22 豆豆
生活随笔 收集整理的這篇文章主要介紹了 J2ME_System.getProperty 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

轉自:http://dev.10086.cn

//手機平臺型號
String platform = System.getProperty("microedition.platform");
//SMS服務中心號碼
String _smscno = System.getProperty("wireless.messaging.sms.smsc");

//CLDC版本屬性
String cldc = System.getProperty("microedition.configuration");
//MIPD版本屬性
String midp = System.getProperty("microedition.profiles");

//關于軟件相關信息
String midletVendor =System.getProperty("MIDlet-Vendor");
String description =System.getProperty("MIDlet-Description");
String version = System.getProperty("MIDlet-Version");?
String dataSize = System.getProperty("MIDlet-Data-Size");?
String midletName = System.getProperty("MIDlet-Name");
String midletJarSize =System.getProperty("MIDlet-Jar-Size");
String midletJarURL =System.getProperty("MIDlet-Jar-URL");


//系統(tǒng)編碼
String encoding = System.getProperty("microedition.encoding");
//區(qū)域設置
String locale = System.getProperty("microedition.locale");
//判斷是否支持MMAPI
String mmapi = System.getProperty("microedition.media.version");
//判斷是否支持藍牙
String bluetooth = System.getProperty("bluetooth.api.version");
//判斷是否支持個人信息管理
String pim = System.getProperty("microedition.pim.version");
//判斷是否支持文件系統(tǒng)
String file = System.getProperty("microedition.io.file.FileConnection. version");
//判斷是否支持SIP
String sip = System.getProperty("microedition.sip.version");
//判斷是否支持M3G
String m3g = System.getProperty("microedition.m3g.version");

轉載于:https://www.cnblogs.com/lyq-blogs/archive/2013/03/10/2952219.html

總結

以上是生活随笔為你收集整理的J2ME_System.getProperty的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。