基于微信小程序的生活助手的设计与实现 Design and Implementation of Life Assistant Based on WeChat Mini Program 摘 要本文主要设计并实现了一款基于微信小程序的生活助手,开发生活助手的一个方案,该设计主要用于解决互联网时代下快节奏的生活对信息获取的日益破解和日益臃肿的应用程序的矛盾,以此来带给人们获取信息更加轻便快捷的体验。本设计的生活助手小程序的设计和实现包含应用前端和管理后台两个部分,其中前端运用了 JavaScript 技术,并利用微信小程序独有的视图层来完成我们的界面渲染。前端界面主要实现了“天气信息”、“股票信息”、“笑话阅读”、“历史上的今天”、“星座运势”、“图片备份”、“备忘录”、“计算器”、“事件助手”等功能;管理后台使用 Django 框架,通过微信小程序提供的 API 进行前后台数据互连,。从而实现的“个人生活助手”基于“轻”应用的潮流和个人便利生活的需求。关键词:Django;JavaScript;微信小程序AbstractThis article mainly designs and implements a life assistant based on WeChat applet, and develops a solution for life assistant. The design is mainly used to solve the contradiction between the increasingly cracked and increasingly bloated applications of fast-paced life in the Internet era. , In order to give people a more convenient and faster experience in obtaining information.The design and implementation of the designed life assistant applet includes the application front end and the management back end. The front end uses JavaScript technology and uses the unique view layer of the WeChat applet to complete our interface rendering. The front-end interface mainly implements "weather information", "stock information", "joke reading", "historical today", "horoscope", "picture backup", "memo", "calculator", "event assistant" And other functions; the management background uses the Django framework, and the data connection between the front and background is performed through the API provided by the WeChat appl...