12 2021 档案

摘要:前台 我们首先前台向后台发送Ajax请求,如下:这里用的是HBuilder X开发工具 端口号默认是8848 <script src="js/jquery-3.3.1.js"></script> <script> function aa(){ $.get("http://localhost:8080 阅读全文
posted @ 2021-12-04 15:47 ᦔⅈ晚风(扬帆起航) 阅读(449) 评论(0) 推荐(0)
摘要:正片: PrintStream oldPrintStream = System.out; //将原来的System.out交给printStream 对象保存 ByteArrayOutputStream bos = new ByteArrayOutputStream(); System.setOut 阅读全文
posted @ 2021-12-02 13:00 ᦔⅈ晚风(扬帆起航) 阅读(330) 评论(0) 推荐(0)