栏目: IT技术 · 发布时间: 5年前 · 39
问题背景 某个xss漏洞点如下:
#include <iostream> using namespace std; int main() { cout<<"Hello, World!"<<flush; return 0; }