I wrote the question as a comment in the code, I think its easier to understand this way. public class 开发者_JS百科Xpto{
一般与页面有关的系统都会有大量的静态文件,包括js、css以及图标图片等,这些文件一般是项目的相对路径,在加载的时候会从本地读取再转发出去。由于这类文件一般比较大,导致接口响应变长,但是这些文件一般很...