js setTimeout 参数传递使用介绍(2)


  <body>
  <div></div>
  </body>
  <script language="javascript">
  obj=document.getElementById('sssss');
  function test(obj)
  {
  alert(obj.id);
  setTimeout("test('"+ obj +"')",1000);
  }
  test(obj)
  </script>

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdzsss.html