广东东软学院本科毕业设计(论文)基于微信小程序的音乐播放的设计与实现Design and implementation of music playing based on wechat applet摘要本次设计实现的音乐播放器小程序,让用户可以在登录微信之后,在微信首页通过简单的下拉操作即可直接打开小程序即可享受到音乐视听盛宴。依托于微信本身对数据可以进行缓存,让用户在第一次听歌之后,无需多次耗费流量资源,即可继续播放。本文基于微信小程序开发,使用微信小程序独特构建,来实现音乐播放程序的设计和功能开发工作。在技术方面主要通过 JS 来进行业务逻辑的实现,而表现层则 WXML 和 WXSS 来共同实现。程1广东东软学院本科毕业设计(论文)序主要包括如下功能:首页歌曲歌单展示、歌曲搜索功能、歌曲列表一览功能、歌曲播放、单曲循环设置、随机播放设置、下拉刷新换曲、用户登录、歌曲切换功能、暂停/重播功能、歌曲时长进度条展示功能,能够基本满足用户对听歌的使用需求。关键词:互联网应用 微信小程序 音乐播放2广东东软学院本科毕业设计(论文)ABSTRACTThe music player applet designed and implemented in this design allows users to log in to wechat, and then directly open the applet through a simple pull-down operation on the wechat home page to enjoy the music audio-visual feast. Relying on wechat itself, data can be cached, so that users can continue playing after the first time listening to songs without consuming traffic resources for many times.Based on the development of wechat applet, this paper uses the unique construction of wechat applet to realize the design and function development of music playing program. In terms of technology, JS is mainly used to implement business logic, while wxml and wxss are used to implement the presentation layer. The program mainly includes the following functions: the first page song single display, song search function, song list list function, song play, single cycle setting, random play setting, pull-down refresh and music change, user login, song switching ...