Loading

摘要: 参考文档: MDN-Array by flower join() 把数组转换为字符串,通过给定的字符进行连接,默认是, let foods = ['西瓜', '南瓜', '北瓜']; console.log(foods.join()); // 输出: "西瓜,南瓜,北瓜" console.log(f 阅读全文
posted @ 2021-03-02 11:51 大黄树 阅读(66) 评论(0) 推荐(0)
摘要: 原始的CSS方式 .weather_list li:nth-child(1) { transition-delay: 0s; } .weather_list li:nth-child(2) { transition-delay: 100ms; } .weather_list li:nth-child 阅读全文
posted @ 2021-03-02 09:57 大黄树 阅读(115) 评论(0) 推荐(0)