简体   繁体   中英

<bgsound> is not working on IE11 on Windows 10

I have a bgsound tag in my application and it works fine on IE on Windows 8.1 and Windows 8 and Windows 7 but it is not working on windows 10.

<html>
<head>
</head>
<body>
<bgsound src="wishin.wav">
</body>

This element is obsolete and should no longer be used. Use audio element instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM