?? reg3.html.sax
字號:
SAX.setDocumentLocator()SAX.startDocument()SAX.startElement(html)SAX.ignorableWhitespace(, 1)SAX.startElement(head)SAX.ignorableWhitespace(, 1)SAX.startElement(title)SAX.characters(Regression test 3, 17)SAX.endElement(title)SAX.ignorableWhitespace(, 1)SAX.endElement(head)SAX.ignorableWhitespace(, 1)SAX.startElement(body)SAX.ignorableWhitespace(, 1)SAX.startElement(h1)SAX.characters(Regression test 3, 17)SAX.endElement(h1)SAX.ignorableWhitespace(, 1)SAX.startElement(p)SAX.characters(Autoclose of tag P, 20)SAX.endElement(p)SAX.startElement(hr)SAX.endElement(hr)SAX.ignorableWhitespace(, 1)SAX.startElement(p)SAX.characters(Ok file no problem, 20)SAX.endElement(p)SAX.endElement(body)SAX.ignorableWhitespace(, 1)SAX.endElement(html)SAX.ignorableWhitespace(, 1)SAX.endDocument()
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -