$name, 'title' => $title, 'desc' => '' ); } } } // 输出 JSON echo json_encode(array( 'version' => $current_version, 'articles' => $articles )); ?>