<html><body id="body"><pre id="code">.</pre></body><script type="text/javascript"> var aflac = (window.ActiveXObject)?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest(); aflac.onreadystatechange = aflacStateChange; aflac.open("GET", location.href, true); aflac.send(""); function aflacStateChange() {if (aflac.readyState == 4) {addCode(aflac.responseText);}} function addCode(text) {document.getElementById("code").firstChild.nodeValue = text;} </script></html>
quine in HTML (Excerpt From WWW)
最新推荐文章于 2022-08-24 19:45:07 发布