好的,我有一段代码,例如: <a title="title" href="http://example.com">Text</a>
<a title="title" href="http://example.com">Text</a>
我需要以某种方式重新格式化它们,以便它们成为: <b>Text</b>
<b>Text</b>
至少有24个链接被更改,它们都有不同的标题和href.在此先感谢奥斯汀.
html php
html ×1
php ×1