diff --git a/developer_apps.php b/developer_apps.php index a2dcc22..62b41da 100644 --- a/developer_apps.php +++ b/developer_apps.php @@ -160,7 +160,7 @@ $resultApps = $conn->query($sqlApps); // 获取应用适用平台 $platforms = json_decode($app['platforms'], true); - 标签: '. implode(', ', $tags) . '
'; + echo '标签: '. implode(', ', $tags) . '
'; echo '平台: '; foreach ($platforms as $platform) { $icon = '';