1
{dede:field.body runphp=
yes
}
2
3
$str = @me;
4
5
$content = preg_replace(
'/(?<=href=['
"])//
', '
https://www.80zhan.com/', $str);
6
7
@me = $content;
8
9
{/dede:field.body}