python常用代码片段 2025-11-03 23:04 | python | liner 511 字 | 14 分钟 基本文件读写 with open('file.txt', 'w') as f: f.write('Hello, World!') with open('file.txt', 'r') as f: content = f.read() 路径处理 import os from pathlib import Path file_path = os.pat…
学习通刷课(edge浏览器-插件版) 2025-11-03 17:15 | 生活 | liner 292 字 | 2 分钟 1.前往拓展安装页面 https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home?hl=zh-CN 2.在搜索栏上搜索:ScriptCat(编程猫)如下-安装拓展插件 3.去下载刷网课的脚本 (scriptCat官网:https://scriptcat.org/…