<?php

</br>$script=” 以下内容不显示:<script language=’javascript’>alert(‘cc’);</script>”;</br>

echo preg_replace(“/<script[^>].*?>.*?</script>/si”, “替换内容”, $script);

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-05-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案