第193天:js---Math+Error+Number+Object總結

一、Math 隨機選取 1 //隨機選取 2 function getRandom (begin,end){ 3 return Math.floor(Math.random()*(end-begin))+begin; 4 } 二、Error 1、try---catch 1 function message() 2 { 3 adddl
相關文章
相關標籤/搜索