日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

J2ME_System.getProperty

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

轉(zhuǎn)自:http://dev.10086.cn

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

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

//關(guān)于軟件相關(guān)信息
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ū)域設(shè)置
String locale = System.getProperty("microedition.locale");
//判斷是否支持MMAPI
String mmapi = System.getProperty("microedition.media.version");
//判斷是否支持藍(lán)牙
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");

轉(zhuǎn)載于:https://www.cnblogs.com/lyq-blogs/archive/2013/03/10/2952219.html

總結(jié)

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

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