摘要:
= 、==、 、!=、!==、&&、||、! 阅读全文
摘要:
1. sort是排序根据字符的ASCIll码排序的,不分字符串或其它元素(仅适用于数组) 2. split是将字符串转为数组形式 3. join是将数组转为字符串形式 4. indexOf找到元素后返回下标位置,否则返回-1 阅读全文
摘要:
自定义一个swiper轮播. index index.wxml components文件夹中的swiper_banner/index index.json 导入路径为上两层的components文件夹中的swiper_banner/index components/swiper_banner/ind 阅读全文