摘要:
.button{/*针对IE*/+padding-top:3px;}给按钮添加该样式即可,如: 阅读全文
posted @ 2013-01-05 19:42
顿金
阅读(181)
评论(0)
推荐(0)
摘要:
string path = "需要下载的文件路径"; if (File.Exists(path)) { if (!".zip.rar.".Contains(Path.GetExtension(path) +".")) { Response.Write("不允许此类文件的下载!"); return;... 阅读全文
posted @ 2013-01-05 19:39
顿金
阅读(861)
评论(0)
推荐(0)