代码 Typecho 获取在线人数 在主题的functions.php中加入function onlinePeople() { // 使用 Helper 类获取主题路径 $theme_dir = Helper::options()->themeFile(Helper::options()->theme); $filename = $theme_dir . '/online.txt'; // ...