Skip to content

Instantly share code, notes, and snippets.

@mygoare
Last active December 20, 2015 19:28
Show Gist options
  • Save mygoare/6183101 to your computer and use it in GitHub Desktop.
Save mygoare/6183101 to your computer and use it in GitHub Desktop.
nice三位判断
var audio = new Audio();
audio.src = Modernizr.audio.ogg ? 'background.ogg' :
Modernizr.audio.mp3 ? 'background.mp3' :
'background.m4a';
audio.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment