摘要:
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>飘扬的旗帜</title> <style> .container { width: 400px; height: 280px; margin: 100px auto 阅读全文
摘要:
function audioAutoPlay(id) {var audio = document.getElementById(id),play = function () {audio.play();document.removeEventListener("touchstart", play, 阅读全文