1{ 2 "string": [ 3 { 4 "name": "signalcomponent", 5 "value": "signalcomponent" 6 }, 7 { 8 "name": "china_mobile", 9 "value": "中国移动" 10 }, 11 { 12 "name": "china_telecom", 13 "value": "中国电信" 14 }, 15 { 16 "name": "china_unicom", 17 "value": "中国联通" 18 }, 19 { 20 "name": "net_null", 21 "value": "没有 SIM 卡" 22 }, 23 { 24 "name": "2G", 25 "value": "2G" 26 }, 27 { 28 "name": "3G", 29 "value": "3G" 30 }, 31 { 32 "name": "4G", 33 "value": "4G" 34 }, 35 { 36 "name": "5G", 37 "value": "5G" 38 }, 39 { 40 "name": "signal_null", 41 "value": "×" 42 } 43 ] 44} 45