您好我发现此代码中的所有提及字符串:
$WebsiteURL = 'http://localhost/';
$mention_url = $WebsiteURL. "\\0";
$string = preg_replace("/(?<!\S)@([0-9a-zA-Z_]+)/", "<a href='$mention_url'>\\0</a>", $string);
当我点击提及网站时,我会将我重定向到示例:http://localhost/@nention_name
我想更改为像这样重定向:http://localhost/nention_name