摘要: ### 1.web端控制台代码 ``` const successCallback = function(data) { console.log(data); } var import_js = document.createElement('script'); import_js.setAttri 阅读全文
posted @ 2023-06-21 20:11 wstong 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 先定义以下函数,然后使用console.save()来保存 ``` (function (console) { console.save = function (data, filename) { let MIME_TYPE = "text/json"; if (!data) return; if 阅读全文
posted @ 2023-06-21 08:25 wstong 阅读(114) 评论(0) 推荐(0) 编辑