<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
//嵌套函数的定义
<!--<script type="text/javascript">
function f1(){
alert("我是函数1")
}
var f2=function(){
alert("我是函数f2")
}
f1()
f2()
</script>-->
//练习:在表格中显示第几行第几列
//制作表格
<table border="1px" width="300" );
}
})();
}
}

})();

</script>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-10-27
  • 2021-06-05
相关资源
相似解决方案