標簽- 堆棧內存溢出
<?php $content = get_the_content(); $postOutput = preg_replace(array('{<a[^>]*><img[^>]+.}','{></a>}'),'', $content); echo $postOutput; ?>.
確定! 回上一頁