System.getProperty(String key)和MIDlet.getAppProperty(String key)方法的詳細說明
ystem.getProperty(String key)標准的5個屬性鍵列表如下:
屬性鍵值 描述 默認值
microedition.configuration 支持的configuration的名稱和版本號
microedition.encoding 平台使用的默認字符編碼方式
microedition.locale 平台當前locale
microedition.platform 宿主平台名稱
microedition.profiles 所有支持的profile的名稱
在索愛T630模擬器上得到的結果分別是
CLDC-1.0GBKzh_CNj2meMIDP-1.0
MIDlet.getAppProperty(String key)標准的屬性鍵列表如下:
MIDlet-Name
MIDlet-Jar-Size
MIDlet-Jar-URL
MIDlet-Vendor
各個廠商的手機或許會有自己的擴充鍵值。