当前位置: 首页 > 工具软件 > Web Archives > 使用案例 >

http://www.xueh188.top/index.php/archives/4/

贡建修
2023-12-01
function get_web_html($desc){
  $html = htmlspecialchars_decode($desc);
  $html = preg_replace('#src="/#is', 'src="'.SITE_URL.'/',$html);
  $html = preg_replace( '/(<img.*?)(style=.+?[\'|"])|((width)=[\'"]+[0-9]+[\'"]+)|((height)=[\'"]+[0-9]+[\'"]+)/i', '$1' , $html);

  return $html;
}
 类似资料: