자바스크립트

총 81개의 글

var 의 쓰임새

<html>  <body>  <script>  var dan = 1;  var count = 3;  function test(){     while( dan <= 9){        var count = 1;