![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP屬地:江蘇
<!DOCTYPE html> Document *{ padding: 0; margin:...
<!DOCTYPE html> Document .star { font-size: 30px; ...
str.chartAT() 查找字符串某個(gè)位置上的元素 str.replace() 字符串替換 str.index.of() 字符串是否存在某一...
arr.push(1) 末尾添加元素 arr.pop() 刪除數(shù)組最后一個(gè)元素 arr.unshift(2) 數(shù)組前面添加新元素 arr.sh...
functionsetCookie(key,val,expires){ letnow=newDate() now.setDate(now.get...
document.getElementById document.getElementsByClassName docum...
functionrnd(max,min=0){ returnMath.round(Math.random()*(max-min))+...
functionrepairZero(num){ num=num.toString() returnnum[1]?num:...