摘要:
1. 资源文件 2. 加载文件 3. 加载的文件位置 4. Linux下的异常问题 读取jar包中的文件的情况下 4.1 getResource URL url = LoadCacheFile.class.getClassLoader().getResource(filepath)..getFile 阅读全文
摘要:
设置select,option文本居中 可以通过 padding 属性设置内边距,使它看上去居中; select{ # 从左到右依次表示上内边距,右内边距,下内边距,左内边距; padding :0 0 0 20px; } 使用padding 时,option 不用设置即可居中,样式继承select 阅读全文