方法一:
<img src="img.png" srcset="path/img.png 2x,path/img.png.png 3x"/>
方法二:
background-image: url(img.jpg');
background-image:
image-set( url(img.jpg) 1x, url(img@2x.jpg) 2x );
<img src="img.png" srcset="path/img.png 2x,path/img.png.png 3x"/>
方法二:
转载于:https://www.cnblogs.com/chaoyong/p/9881343.html