摘要: 安装 code-runner 插件,然后前往 settings.json 配置里添加或修改以下相关信息,然后就可以直接右键 Run Code 并使用当前 conda 环境里的 python 来运行脚本了 { "code-runner.executorMap": { "python": "$pytho 阅读全文
posted @ 2024-07-30 23:41 灵火 阅读(60) 评论(0) 推荐(0) 编辑
摘要: let jsonObj = [{ "Name": "test" "Attach": "www!@#$%^&*(){}|:\"<>?,./;'[]\\" }] let html = jsonObj.map((i, v) => { let jsonStr = JSON.stringify(jsonObj 阅读全文
posted @ 2024-07-30 17:15 灵火 阅读(5) 评论(0) 推荐(0) 编辑