题目: 移动端常用开发插件
移动端常见插件:
- swiper:https://www.swiper.com.cn/
- superslide: http://www.superslide2.com/
- iscroll: https://github.com/cubiq/iscroll
插件的使用总结:(以swiper为例)
-
确认插件实现的功能:我想实现轮播图的效果,去swiper官网查看并下载插件内容
-
去官网查看使用说明:
-
下载插件:
-
打开demo实例文件,查看需要引入的相关文件,并且引入:
-
复制demo实例文件中的结构html,样式css以及js代码
`