1
lzhd24 2019-01-19 22:25:27 +08:00 via Android
如果 python 的话,
for key ,value in dict.items: print(value[7]) php 不懂 |
2
guoer 2019-01-19 22:26:07 +08:00 3
json_decode($str, true)['674473215'][6]
|
3
lzhd24 2019-01-19 22:27:46 +08:00 via Android
原谅技术差,上面错了
for key ,value in dict.items(): print(value[6]) |
4
llrg222 2019-01-19 22:29:19 +08:00
preg_match (正则表达式 )
|