first commit

This commit is contained in:
张乾
2024-10-15 21:15:28 +08:00
parent 1b0c35dd30
commit 914d92856f
72 changed files with 3115 additions and 3 deletions

View File

@ -66,10 +66,8 @@ foreach ($lines as $line) {
echo $fileName;
echo PHP_EOL;
sleep(2);
sleep(10);
// preg_match_all('/<p>([^<]*)<\/p>/', $fileContents, $fileMatches);
}
}
}