错误:音频播放已中止
代码如下
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<audio controls >
<source src="D:\CloudMusic\qingm.mp3" type="audio/ogg">
<source src="D:\CloudMusic\qingm.mp3" type="audio/mpeg">
</audio>
</body>
<html>
用eclipse运行则会产生这样的错误,但是不通过软件运行单单运行html文件则正常运行,这是为啥??eclipse绑定的是tomcat8.5,音频路径没问题