답변 1개
채택된 답변
+20 포인트
PureAni
7년 전
Copy
<?php echo preg_replace('/<a href="([^"]+)">.+/', '$1', $content[0]); ?>
답변을 작성하려면 로그인이 필요합니다.