script
이미지가 없습니다.
관련글▶[열람중]script 실시간 핫 잇슈
$wr_content = preg_replace('/<script.*?>.*?<\/script>/is', '', $wr_content);
$wr_content = preg_replace('/<style.*?>.*?<\/style>/is', '', $wr_content);
$wr_content = preg_replace('/[a-zA-Z0-9가-힣]/u', '', $wr_content);