第三方账号快速登录
帝国CMS给内容字段图片加链接函数,第一个参数是内容,第2个参数是替换域名。functiondomainReplace($text,$url){ $pattern=//; $text=stripSlashes($text); returnpreg_replace_callback($pattern,function($matches)use($url){ if('/'!==substr($matches[1],0,1)&&'http...