文件名约定中的问题。避免使用空格和特殊字符作为文件命名约定。更多详情请参阅
http://support.apple.com/kb/HT5923
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="player.js"></script>
</head>
<body>
<audio id="audio" preload="" tabindex="0" controls type="audio/mp3" autoplay>
<!-- <source src="../../../../INTERNET/NAM/library/mp3/NAM_1/ON THE EDGE 3.43.mp3" type="audio/mp3"> -->
<source src="http://www.w3schools.com/html/horse.mp3" type="audio/mp3">
</audio>
</body>
</html>
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->
希望对你有所帮助。谢谢