摘要:
<html><head><script>function clear() {Source=document.body.firstChild.data;document.open();document.close();document.body.innerHTML=Source;}</script></head><body onload=clear()> Test</body></html>------------------隐藏网页源代码方法汇总1、将以下代码加入到HEML的<body> 阅读全文
摘要:
<%@ Application Language="C#" %><script runat="server"> void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 } protected void Application_BeginRequest(Object sender, EventArgs e) { string rawUrl = Request.RawUrl; rawUrl = rawUrl.Replace("qanholas 阅读全文