1 Star 0 Fork 4

hechuan/teaching-python

forked from 鸽子/teaching-python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
player.html 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸽子 提交于 2020-12-28 15:58 . player example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>teaching-python-mobile</title>
<script>
function loadPorject() {
var myEvent = new CustomEvent('loadPorject', {
detail: {
projectName: info.workName,
courseName: "自由创作",
language: typeLanguages[info.workType],
url: info.workFileUrl
}
});
setTimeout(() => {
window.document.dispatchEvent(myEvent);
}, 500)
}
</script>
</head>
<body>
<div id="player"></div>
<!-- built files will be auto injected -->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/457049726/teaching-python.git
git@gitee.com:457049726/teaching-python.git
457049726
teaching-python
teaching-python
master

搜索帮助