8-17显示乱码,求大神赐教
<H4>操作成功</H4>
<p>
<b id="txt">5</b>秒后回到主页 <a href="javascript:b();">返回</a>
</p>
<script type="text/javascript">
var num=5;
function count(){
document.getElementById("txt").innerHTML=num;
num--;
setTimeout(count,1000);
if(num==0){window.location.assign("http://www.imooc.com");}
}//获取显示秒数的元素,通过定时器来更改秒数。
setTimeout(count,1000);
function b()
{
window.history.back();
}
//通过window的location和history对象来控制网页的跳转。
</script>
</body>
</html>
代码运行都正常,为什么在咱们的编辑器中显示都是正常的,但是我在DW里面用360、IE运行都显示不正常。
鎿嶄綔鎴愬姛
3绉掑悗鍥炲埌涓婚〉 杩斿洖
显示这样