基于 B/S 架构的新型公益平台的设计与实现 Design and Implementation of New Public Welfare Website Based on B/S architecture 内容摘要□□ 随着前端开发的复杂度越来越高,单纯的原生代码已无法满足开发需求,再加上如今大多数主流浏览器的兼容性越来越好,普及的标准也在更新换代,因此前端框架成为了不少开发人员的优先选择。前端框架提供丰富多样的组件,支持自定义资源配置以及各种工具库的使用,前后端的分离和模块化的思想让整个开发过程变得更方便高效。本课题的研究基于 B/S 架构,从而开发一个方便用户在线上即可进行爱心慈善的新型公益平台。其中运用到的前端内容有 HTML5 标记语言、CSS3 层叠样式表、JavaScript 脚本语言以及 VUE 框架,运用到的后端内容有 AXIOS 库、Node.js 服务器平台、npm 软件注册表以及 MySQL数据库。本论文详细介绍了基于 B/S 架构的新型公益平台的研究背景、开发意义以及它的可行性,简单概况了平台开发环境中的各项技术以及设计目标,根据需求分析的结果对平台的各个页面和功能模块进行设计、开发以及整合。□□关键词:公益平台 B/S 架构 VUE 框架 MySQL 数据库 AbstractWith the increasing complexity of front-end development, simple native code can no longer meet the development needs. In addition, most mainstream browsers are now more and more compatible, and popular standards are also being updated, so the front-end framework has become a priority choice for many developers. The front-end framework provides a variety of components, supports user-defined resource configuration and the use of various tool libraries. The idea of front-end separation and modularization makes the whole development process more convenient and efficient.This research is based on B / S architecture, so as to develop a new public welfare platform which is convenient for users to do charity online. The front-end content includes HTML5 markup language, CSS3 cascading style sheet, JavaScript script language and Vue framework. The back-end content includes Axios lib...