2013年2月18日
摘要: header('Content-type: text/html; charset=UTF-8');$json = new Services_JSON();echo $json -> encode(array('error' => 0, 'url' => $file_url));<?php/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: *//** * Converts to and from JSON format. * * JSON (JavaScri 阅读全文
posted @ 2013-02-18 21:12 lsl8966 阅读(388) 评论(0) 推荐(0)