jquery的在线引用和测试

<!DOCTYPE html>
<html>
<head>
    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
    <script>
        $(function () {
            alert("jquery")

        })
    </script>
</head>

<body>

</body>
</html>

  

猜你喜欢

转载自www.cnblogs.com/ynhk/p/10894975.html
今日推荐