1 Star 2 Fork 0

Qisen/计算机组成原理网络虚拟实验系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
savecircuit.html 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
Qisen 提交于 2022-05-26 06:04 . 初始化
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" >
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Save Circuit</title>
</head>
<body>
<h3>Save Circuit</h3>
<script>
var tem = window.opener
console.log(tem)
var fileData = tem.filecontent;
var blobObject = new Blob(fileData);
window.navigator.msSaveBlob(blobObject, window.opener.filename);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitqisen/dsvlab-promotion.git
git@gitee.com:gitqisen/dsvlab-promotion.git
gitqisen
dsvlab-promotion
计算机组成原理网络虚拟实验系统
master

搜索帮助