css方案
123456789#element { background-image: url('hires.png'); }@media only screen and (min-device-pixel-ratio: 2) {#element { background-image: url('hires@2x.png'); }}@media only screen and (min-device-pixel-ratio: 3) {#element { background-image: url('hires@3x.png'); }}js