04 2024 档案

摘要:const startButton = document.getElementById('chart_button'); const inputText = document.getElementById('chatui_input'); // init recognition const reco 阅读全文
posted @ 2024-04-26 12:01 卢老师不想编程 阅读(102) 评论(0) 推荐(0) 编辑
摘要:https://registry.npmmirror.com/binary.html?path=chromium-browser-snapshots/Win_x64/ 手动下载安装包 修改文件 C:\Users\luyan\AppData\Local\Programs\Python\Python31 阅读全文
posted @ 2024-04-22 16:50 卢老师不想编程 阅读(148) 评论(0) 推荐(0) 编辑
摘要:npm i puppeteer index.js const puppeteer = require('puppeteer'); async function translateText(text, sl, tl) { const browser = await puppeteer.launch() 阅读全文
posted @ 2024-04-22 14:39 卢老师不想编程 阅读(24) 评论(0) 推荐(0) 编辑
摘要:const XLSX = require('xlsx'); const fs = require('fs'); const workbook = XLSX.readFile('base.xlsx'); const sheetName = workbook.SheetNames[0]; const w 阅读全文
posted @ 2024-04-19 08:59 卢老师不想编程 阅读(16) 评论(0) 推荐(0) 编辑