This question shows research effort; it is useful and clear
15
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
jQuery の場合:
$('<script>alert("foo");</script>')
// nothing shows up
// wrap it in a <p>
$('<script>alert("foo");</script>').wrap('<p>')
// oh no, an alert just popped up.
$('any string what so ever')どのブラウザでも JavaScript を実行できますか?