java怎么将 data:application/vnd.ms-excel;base64,0m8r4k......(很长)开头的string生成为excel?
这是base64编码的,把正文部分解码以后转换成byte[]再写入文件即可。