Python2 中使用pickle load来自于Python3 dump的文件的时候会出现unsupported pickle protocol: 3,在Python3 dump文件的时候指定protocol 为2即可