摘要: 字符串let str1=''let str2=""let str3=`反引号是Es6里的新语法`console.log(Math.random()*255)写一个函数,可以生成随机的颜色function randColor() { return "rgb("+parseInt(Math.random 阅读全文
posted @ 2022-09-14 11:35 跟着小冯学代码 阅读(49) 评论(1) 推荐(1)