这是一个创建于 823 天前的主题,其中的信息可能已经有所发展或是发生改变。
2 条回复 • 2022-11-02 14:48:04 +08:00
|
|
1
ywisax 2022-11-02 14:40:56 +08:00 1
```php <?php
include './a.html';
$html = ob_get_clean(); $html = str_replace('xxxx', 'xxx', $html); echo $html;
```
|
|
|
2
vazo 2022-11-02 14:48:04 +08:00
|