单项选择题
A.该函数可用于过滤xss B.该函数用于对一些字符进行xss实体编码 C.该函数用于转译字符(在后面加上反斜线)
下面哪个函数不能起到xss过滤作用?()A.str_replace()B.preg_replace()C.ad...
单项选择题下面哪个函数不能起到xss过滤作用?()
A.str_replace() B.preg_replace() C.addslashes() D.htmlspecialchars()
使用下面哪个函数过滤xss是最好的?()A.str_replace()B.preg_replace()C.ad...
单项选择题使用下面哪个函数过滤xss是最好的?()
"this.innerHTML=’<h1>this is new message</h1>’"的意义是什么?(...
单项选择题"this.innerHTML=’<h1>this is new message</h1>’"的意义是什么?()
A. B. C.