📜  php 删除类属性 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:09.531000             🧑  作者: Mango

代码示例1
$html = preg_replace('/class=".*?"/', '', $html);