XSS是什么

XSS是什么

1、XSS是跨站脚本攻击(Cross Site Scripting),为不和层叠样式表(Cascading Style Sheets, CSS)的缩写混淆,故将跨站脚本攻击缩写为XSS。2、恶意攻击者往Web页面里插入恶意html代码,当用
html-css200