test.html
<head>
<meta charset="UTF-8">
<title> test </title>
<!-- jquery cdn 넣기 -->
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="생략"
crossorigin="anonymous">
</script>
</head>
'🗂ㅤJAVA' 카테고리의 다른 글
[IntelliJ] JDK 설치 (0) | 2023.11.23 |
---|---|
[MySQL] 버전 확인 방법 (0) | 2023.07.21 |
[JAVA] JSON-simple 설치 (0) | 2023.07.20 |
[IntelliJ/Spring] 쿼리 파라미터 로그 설정 (0) | 2023.07.19 |
[IntelliJ] 스프링부트 devtools 추가 설치 (0) | 2023.07.19 |