中文乱码解决:
String fileName = new String(str.substring(beginIndex, endIndex).getBytes("iso-8859-1"),"UTF-8");
                String fileName = new String(str.substring(beginIndex, endIndex).getBytes("iso-8859-1"),"UTF-8");
                    
                    2016-10-19
                
            
                                最新回答 / 慕函数0662299
                                
                                                            你后面说的是对的,是根据部署到服务器的图片路径进行显示的。注意,前台 jsp 是根据 images/xxx.jpg 这样的相对路径显示图片的吧,而不是你说的根据项目路径!
                            
                        
                        2016-10-09
                
             
             
        












