Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
再会。
是否可以检查 HTML 页面中是否存在某个词,如果该词存在,请在该词后附加上标注册商标符号。
php:
$document = 'A string containing the contents of the html document.'; str_replace('Nike','Nike™',$document);