<script> var value = window.location.href; alert(value); </script>. 從上面的例子來看,它是否容易受到跨站點腳本( XSS ) 攻擊的攻擊? 如果是的話?
確定! 回上一頁