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.
我有一个我想在文本中找到的单词列表。我想用指向它对应的页面的链接替换这些词。这将用于作者、一些词汇或参考。
知道如何实现吗?是否有任何开源软件包可以做到这一点?
谢谢你。
我明白你的想法了吗?
<?php str_replace('Romeo and Juliet', '<a href="http://shakespeare.mit.edu/romeo_juliet/">Romeo and Juliet</a>'); ?>