//产生一个小于100的随机小数,精确到0.1 Math.round(Math.random()*1000+10)*0.1 //一个字符串是否包含另一个字符串 "welcome".contains("come")