有个需求,就是要是用正则去除html标签里的onclick的部分,那么如何实现呢?
示例代码如下:

<?php
$content = "<a onclick=\"alert('message')\" href=\&quo[......]

阅读全文