This commit is contained in:
wangjinlei
2025-03-25 13:39:39 +08:00
parent a05fa9b8de
commit 88f68aea1c
2 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,11 @@ class Auto extends Base
}
public function phpInfo(){
phpInfo();
}
private function extractWeChatArticle($htmlContent) {
$dom = new DOMDocument();
@$dom->loadHTML($htmlContent); // 加载HTML内容@是为了抑制加载HTML时的警告