2015年7月8日 星期三

使用 php 去除 html 標籤並留下文字內容


範例內容

$html = "<div>文字內容</div>"

echo strip_tags($html);

輸出結果

文字內容

沒有留言:

張貼留言