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 "name": "net_null", 20 "value": "没有 SIM 卡" 21 }, 22 { 23 "name": "2G", 24 "value": "2G" 25 }, 26 { 27 "name": "3G", 28 "value": "3G" 29 }, 30 { 31 "name": "4G", 32 "value": "4G" 33 }, 34 { 35 "name": "5G", 36 "value": "5G" 37 }, 38 { 39 "name": "signal_null", 40 "value": "×" 41 } 42 ] 43} 44