Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下 JSON:
a:2:{i:0;s:6:"qweqwe";i:1;s:12:"vbnvbnvbnvbn";}
当我使用json_decode();它时返回null。有人帮忙吗?
json_decode();
null
不,那不是 JSON。这就是为什么。