<?php $str="<script>alert('123')</script>"; echo htmlentities($str, ENT_QUOTES); //ENT_COMPAT - 預設。僅編碼雙引號。
確定! 回上一頁