📄 script.html.sax
字号:
SAX.setDocumentLocator()SAX.startDocument()SAX.startElement(html)SAX.ignorableWhitespace(, 1)SAX.startElement(head)SAX.startElement(title)SAX.characters(Script tests, 12)SAX.endElement(title)SAX.endElement(head)SAX.ignorableWhitespace(, 1)SAX.startElement(body)SAX.ignorableWhitespace(, 1)SAX.startElement(script, language='javascript')SAX.cdata( if (window.open<max) ;, 28)SAX.endElement(script)SAX.ignorableWhitespace(, 1)SAX.startElement(input, onclick='if(window.open<max);')SAX.endElement(input)SAX.ignorableWhitespace(, 1)SAX.endElement(body)SAX.ignorableWhitespace(, 1)SAX.endElement(html)SAX.ignorableWhitespace(, 1)SAX.endDocument()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -