2.1 安裝 jQuery
Last updated
Last updated
<!doctype html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<title>jQuery 相關練習</title>
</head>
<body>
<script src="./vendors/jquery/jquery-3.4.1.min.js"></script>
</body>
</html><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>