使用json格式输出
Posted Chrdai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用json格式输出相关的知识,希望对你有一定的参考价值。
/** * json输出 * * @param unknown_type $info */ public function json_out ($info) { header(‘Content-type: text/javascript;charset=utf-8‘); echo json_encode($info); }
以上是关于使用json格式输出的主要内容,如果未能解决你的问题,请参考以下文章
AJAX 响应:数据(JSON、XML)还是 HTML 片段? [关闭]