
PHP
iteye_14197
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
$_post过来的json数据处理方法
$params = json_decode(stripSlashes($_POST['p']), true); 在post过来的json数据如果要json_decode必须对post过来的数据stripSlashes下2009-07-07 12:05:33 · 999 阅读 · 0 评论 -
post过来的json数据处理方法
$params = json_decode(stripSlashes($_POST['p']), true); 在post过来的json数据如果要json_decode必须对post过来的数据stripSlashes下2009-07-07 12:05:43 · 523 阅读 · 0 评论