上一篇文章介绍了 linux centos如何安装使用google chrome浏览器-linux centos安装google chrome浏览器使用headless无头模式,但是网页中的中文是方块乱码,解决方法也很简单
安装中文系统支持,执行下面三个命令就可以解决:
yum -y groupinstall "X Window System"
yum -y groupinstall chinese-support
yum -y groupinstall Fonts
我只成功执行了第一个和第三个 问题也解决了