返回总目录页
摘要: 一 传统的开发模式 前后端分类概念 前端只需要独立编写客户端代码,后端也只需要独立编写服务端代码提供数据接口即可前端通过AJAX请求来访问后端的数据接口,将Model展示到View中即可 前后端开发者只需要提前约定好接口文档(URL、参数、数据类型…),然后分别独立开发即可前端可以造假数据进行测试, 阅读全文
posted @ 2022-12-16 22:44 马昌伟 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 案例 官网地址: https://python-docx.readthedocs.io/en/latest/ pip install python-docx from docx import Document from docx.shared import Inches document = Doc 阅读全文
posted @ 2022-12-16 22:30 马昌伟 阅读(2633) 评论(0) 推荐(2) 编辑
博主链接地址:https://www.cnblogs.com/machangwei-8/