728x90
일반 텍스트 출력
console.log('%c 안녕하세요', 'color:red;');
자바스크립트 변수와 함께 출력
console.log('%c' + 변수명, 'color:red;');
응용으로
background도 함께 설정 가능
console.log('%c' + 변수명, 'color:white;, background-color:black');
'Javascript Tips' 카테고리의 다른 글
vue) 로컬에서 빌드한 index.html 라우팅 안되는 현상 (0) | 2024.02.21 |
---|---|
webpack) process.env 환경변수 설정 (0) | 2024.01.24 |
Vue3 tip) this.$el.querySelector (0) | 2023.10.05 |
js tip) 0 혹은 ""(빈칸) 체크 하기 (0) | 2023.10.05 |
hands on javascript - some 연습문제 (0) | 2023.03.14 |