我的代码正在使用IE10以外的所有浏览器。我的意思是,它正在工作,但没有显示图像。我在这里尝试了解决方案,但没有工作 - IE 10 images not showing up
这是我的代码 -
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="content type" content="test/html;sharset=iso-8859-1">
<script>
function myfun() {
alert("you are here");
}
</script>
</head>
<body>
<img src="next.gif" alt="image not found" onclick="myfun()" />
<br/>NEXT
</body>
</html>
答案 0 :(得分:0)
并且,如果这不起作用,您可以替换
<META HTTP-EQUIV="content type" content="test/html;sharset=iso-8859-1">
<meta charset='utf-8'>