0
1
330
后端返回數(shù)據(jù)流或者base64時,前端需要轉(zhuǎn)為圖片下載,這個時候就要用到a標簽 a標簽下載常規(guī)做法: vara =document.createElement('a') /...