javascript与php对json的操作
一、JAVASCRIPT:
- 编码:
JSON.parse(str)
- 解码:
JSON.stringify(obj)
二、PHP:
- 编码:
json_encode($str)
- 解码:
json_decode($obj,true)
新闻标题:javascript与php对json的操作
转载注明:http://scpingwu.com/article/igeeps.html