This topic created in 1364 days ago, the information mentioned may be changed or developed.
2 replies • 2022-11-02 14:48:04 +08:00
 |
|
1
ywisax Nov 2, 2022 1
```php <?php
include './a.html';
$html = ob_get_clean(); $html = str_replace('xxxx', 'xxx', $html); echo $html;
```
|