花费 16 ms
json_decode 转数组

json_decode($json); 直接转义json数据后会发现转义后的数据时对象类型, 想要获得数组型,加一个参数 json_decode($json,true); ...

Thu Jul 27 22:05:00 CST 2017 0 5330

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM