context.Response.ContentType = "text/plain";
context.Response.Write("function hao() {");
context.Response.Write("mss = document.createElement('div');");
context.Response.Write("document.body.appendChild(mss);");
context.Response.Write("}");
context.Response.Write("hao();");
document.body对象为空 怎么该?
ibeautiful
叮当猫咪