文档加载的三种方式
程序员文章站
2022-05-23 17:34:36
...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>webrx</title>
<script src="../jquery-3.3.1.js"></script>
<script>
$(document).ready(function () {
alert("第一种");
});
$().ready(function () {
alert("第二种");
})
$(function () {
alert("第三种");
})
</script>
</head>
<body>
</body>
</html>
结果:
上一篇: 小满时节巧养生 穿衣宽松别露脐
下一篇: 过敏性鼻炎 夏季如何应对