echo addslashes(htmlspecialchars(trim($var)));
和
echo trim(addslashes(htmlspecialchars($var)));
相关分类