win下idea控制台中文乱码处理
在tomcat启动参数中VM options中加上下面一段
-Ddefault.client.encoding=UTF-8 -Dclient.encoding.override=UTF-8 -Dfile.encoding=UTF-8 -Duser.language=zh -Duser.region=CN<
                        
                    在tomcat启动参数中VM options中加上下面一段
-Ddefault.client.encoding=UTF-8 -Dclient.encoding.override=UTF-8 -Dfile.encoding=UTF-8 -Duser.language=zh -Duser.region=CN<
                        
                    java网页爬虫感兴趣的可以了解下
pom.xml中配置如下
<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>seleni