文章列表
function gets(){var s ="网页可见区域宽:"+ document.body.clientWidth; s += "<br>网页可见区域高:" + document.body.clientHeight; s += "<br>网页可见区域宽:" + document.body.offsetWidth +" (包括边线的宽)"; s += " ...
下载文件时需要设置响应的头信息:
response.setContentType("application/octet-stream;charset=utf-8");
response.addHeader("Content-Disposition", "attachment;filename=文件名.扩展名");
这是会出现中文乱码!
解决方法:对文件名进行编码
if(request.getHeader("User-Agent").toUpperCase().indexOf("MSIE&quo ...
Multipart Internet Mail Extensions (MIME)
关于Content-Type的一张表.(方便查找了哦)http://www.utoronto.ca/webdocs/HTMLdocs/Book/Book-3ed/appb/mimetype.html
Description of Data Content
Typical Filename Extensions
MIME type/subtype
Text and Text-Related Types
H ...