我想從以下JSON對象解析android:versionName
:如何解析從JavaScript中的XML轉換的JSON的android屬性?
{
"android:hardwareAccelerated": "true",
"android:versionCode": "40020",
"android:versionName": "4.0.20",
"package": "com.xxx.xxx",
"xmlns:android": "http://schemas.android.com/apk/res/android"
}
任何人可以幫助我在這?
預先感謝您
你使用Javascript還是Java? – AshBringer
我正在使用javascript –
@UmaKanth,這不是你所說的線程的重複。評論時請正確檢查。 –