SOURCE
Result
HTML
console 命令行工具
X
clear
>
console
<
html
>
<
head
>
</
head
>
<
body
>
<
h1
>
HEY
</
h1
>
</
body
>
</
html
>
<
script
>
alert(
"HELLO"
);
</
script
>