아래 예제와 같이 body 태그에 클래스를 동적으로 추가하는 방법은 무엇입니까? – 홈 -Cities –Melbourne <body class="melbourne"> — 테마 파크 <body class="melbourne theme_parks"> — 레스토랑 <body class="melbourne restaurants"> – 새로운 뉴욕 <body class="new_york"> — 테마 파크 <body class="new_york theme_parks"> — 레스토랑 <body class="new_york restaurants"> – 문의 소개 <body […]
The post 페이지 경로 / 깊이를 기반으로 BODY 태그에 클래스를 동적으로 추가하는 방법은 무엇입니까? class=”melbourne theme_parks”> — 레스토랑 appeared first on How IT.