IE/火狐/Chrome操作display:none对象所遇问题解答_ Div+Css教程-查字典教程网
IE/火狐/Chrome操作display:none对象所遇问题解答
IE/火狐/Chrome操作display:none对象所遇问题解答
发布时间:2016-12-27 来源:查字典编辑
摘要:下面,先来段简单的测试代码[code]不要被闷了document.getElementById("hh1").value="11111";d...

下面,先来段简单的测试代码

[code]

<SPAN><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>不要被闷了</title>

<body>

<input type="text" id="hh1" value="2">

<input type="hidden" id="hh2" value="2">

<input type="text" id="hh3" value="2">

<div><input type="text" id="hh4" value="2"></div>

<script>

document.getElementById("hh1").value="11111";

document.getElementById("hh2").value="11111";

document.getElementById("hh3").value="11111";

document.getElementById("hh4").value="11111";

var strall="h1="+document.getElementById("hh1").value;

strall+=",h2="+document.getElementById("hh2").value;

strall+=",h3="+document.getElementById("hh3").value;

strall+=",h4="+document.getElementById("hh4").value;

alert(strall);

</script>

</body>

</html></SPAN>

[/code]

接着上三张在IE、火狐、Chrome浏览器调试工具显示的源代码中结果图

******************************IE开发人员工具显示的源代码***************************************

******************************Firebug工具显示的源代码***************************************

******************************chrome开发人员工具显示的源代码***************************************

其上代码执行结果都是一样的,如下图:以后不要被闷到了!如果是开发工具显示设置问题,或者编写什么兼容代码等,还望留言,感谢感谢!

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类