|
|
发表于 2020-7-26 21:04:14
|
显示全部楼层
[ol]function AddNotCopyRndStr($text){ global $public_r; if($public_r['opencopytext']) { $rnd=make_password(3).$public_r['sitename']; $text=str_replace("
","".$rnd."
",$text); $text=str_replace("
","".$rnd."
",$text); } return $text;}[/ol]复制代码
关键代码在这里 |
|