票务小程序 的设计与实现 摘 要如今,互联网时代的飞速发展,已经与你我的生活和工作,密不可分。互联网也深深地融入了我们的工作、学习和生活中。这时,网上交易已经无处不在,发展迅速。票务出售的发展,不断改变,从在前台购买到中介代理,直到现在的网上平台售卖。见证了商品出售的平台方式多样化。那么,如何让你我更快更方便地去获取和提高票券的信息和准确性?不能想以前那样,需要你我到票券售卖前台购买票券和改签,这样会需要更多的人力物力,而且购买流程复杂,时间消耗多,人力效率低。本文主要是设计实现一款简单而实用的票务小程序。小程序只要是面向的用户是购票顾客。使用最新 python+flask 框架技术,MVC 架构模式,MySQL 数据库,以及使用 HTML5 完成后台管理页面设计,WXML 语言和 WXS 脚本语言完成小程序页面设计等技术实现出一个能方便购票顾客快速了解近期各种票券的详细信息和售卖情况的票务小程序。关键词:python3 Flask 微型框架 MVC 架构 小程序开发 数据库 AbstractNowadays,the rapid development of the Internet age has become inseparable from your life and work. The Internet is also deeply integrated into our work, study and life. At this time, online transactions were ubiquitous and developed rapidly. The development of ticket sales continues to change, from buying at the front desk to intermediary agents, to the current online platform sales. Witness the diversification of the platform for merchandise sales. So, how can you and I get and improve the information and accuracy of tickets faster and more conveniently? Can't think of it like before, you and I need to go to the ticket sales front desk to buy tickets and change the ticket. This will require more manpower and resources, and the purchase process is complicated, time is consumed, and manpower efficiency is low. This article is mainly designed to implement a simple and practical ticketing applet. As long as the applet is aimed at customers who are ticket customers. Using th...