2017년 5월 27일 토요일

자바 스크립트로 난수 구하기

console.log(Math.floor(Math.random()*100)); //1~100까지난수의발생 random
console.log(Math.ceil(Math.random()*100)); //0과 1사이이의 값이 난수