Php remove html tags and css styles · $content = preg_replace("/<a[^>]*>/i", "", $content); · $content = preg_replace("/<\/a>/i", "", $content); · $content = ...
確定! 回上一頁