pip3 install cairosvg 安装后引用库import cairosvg svg_path = 'test.svg' png_path = 'test.png' cairosvg.svg2png(url=svg_path, write_to=png_path)
確定! 回上一頁