12 2011 档案
摘要:在做项目时,发现服务器label标签上的字体在不同浏览器中浏览时变歪了,把定义的样式中字体设置除掉就没问题了。
阅读全文
摘要:在iframe中的一种传参方式:<iframe src="xxx.asp?no=<%代码%>">如果是.net直接用session
阅读全文
摘要:Response.Charset ="gb2312"; Response.Buffer =true; Response.AddHeader("content-disposition", "attachment;filename="+ HttpUtility.UrlEncode("用户信息表.xls").ToString()); Response.ContentType ="application/ms-excel"; Response.Write("<html><he
阅读全文