jsPro1js는 전체 HTML 페이지 스타일을 동적으로 수정합니다(스킨 변경).html 코드 복사 코드는 다음과 같습니다 -equiv=" Content-Type" content="text/html; charset=utf-8"/> 동적으로 페이지 스타일 수정 <br>function gel(id) { <br>return document.getElementById(id ); <br>} <br><br>window.onload = function() { <br>//CSS 파일 교체<br>var lis = gel("uList").childNodes; for (var i = 0; i < lis.length; i ) { <BR>if (lis[i].nodeType == 1) { <BR>lis[i].onclick = function () { <BR>gel("mylink ").href = "css/" this.className ".css"; <BR>}; <BR>} <BR>} <BR>}; <BR><BR> < ;/head> 전체 페이지 스타일 수정< input type=" text" id="txt"/> 🎜>< ul id="uList" 스타일="텍스트 장식: 없음;여백-상단: 100px;"> jsPro1cssred.css 🎜>코드 복사 코드는 다음과 같습니다. * { margin: 0px;padding: 0px; } body { 배경색: #eeeeee } span { 색상: 빨간색 } #txt { color: #f00;border: 1px solid #7d1515; 🎜>} jsPro1cssblue.css 코드 복사 코드는 다음과 같습니다. * { 여백: 0px; 패딩: 0px; } body { 배경색: } span { 색상: 파란색; } #txt { 색상: #0000cd;border: 1px 단색 #006400; .btn { 배경- 색상: #0000cd;경계: 없음; 색상: 흰색; 너비: 100px; 높이: 28px }