#!/usr/bin/env python3 # 分析 settings.php 文件结构 with open('settings.php', 'r', encoding='utf-8') as f: content = f.read() # 查找关键位置 pos1 = content.find('