摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;using System.Web.Hosting;using System.Web.UI;using System.Web.UI.WebControls;namespace WebApplication3{ public partial class WebForm1 : System.Web.UI.Page { protected void Page_Load(object s... 阅读全文
posted @ 2013-05-29 17:41 JeanGe 阅读(242) 评论(0) 推荐(0)
摘要: <html><head></head><body><div id="div1"></div></html>var a = document.createElement("Script");a.type = "text/javascript";a.innerText="alert(1);";var b= document.getElementById("div1");b.insertBefore(a); 阅读全文
posted @ 2013-05-29 11:00 JeanGe 阅读(107) 评论(0) 推荐(0)