MiniLab
来自 LNN的:not(博客)?
更多操作
<!DOCTYPE html>
<html>
<head>
<title>miniLab</title>
</head>
<body>
<textarea
id=codebox
autocapitalize=off
spellcheck=false
onblur="
try {
alert(eval(this.value))
} catch (e) {
alert(e)
}"
style="width: 100%; height: 25rem"
></textarea>
</body>
</html>Data URL:
data:text/html;,<!DOCTYPE%20html><html><head><title>miniLab</title></head><body><textarea%20id=codebox%20autocapitalize=off%20spellcheck=false%20onblur=%22try%7Balert(eval(this.value))%7Dcatch(e)%7Balert(e)%7D%22%20style=%22width:100%25;height:25rem%22%3E%3C/textarea%3E</body></html>
Snippets
myDiv
this.value = ""
window.text = document.body.appendChild(this.cloneNode())
window.myDiv = document.body.appendChild(document.createElement("div"))
text.onblur = function () { myDiv.innerHTML = text.value }
;[][[]]