Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
1 Star 0 Fork 4

ZMRSoft/Python24

forked from 空无一物/Python24
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
master
Branches (4)
master
dependabot/pip/django-2.2.13
gh-pages
dependabot/pip/pillow-6.2.0
master
Branches (4)
master
dependabot/pip/django-2.2.13
gh-pages
dependabot/pip/pillow-6.2.0
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
master
Branches (4)
master
dependabot/pip/django-2.2.13
gh-pages
dependabot/pip/pillow-6.2.0
Python24
/
11JavaScript
/
day01
/
basic02.html
Python24
/
11JavaScript
/
day01
/
basic02.html
basic02.html 1.50 KB
Copy Edit Raw Blame History
yiskr authored 2019年03月01日 05:35 +08:00 . 11JS基础day01完成
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script>
window.onload = function () {
function func1() {
var oBtn1 = document.getElementById("btn1")
var oBtn2 = document.getElementById("btn2")
var oBtn3 = document.getElementById("btn3")
// 这里的事件采用匿名函数,匿名函数主要用来执行命令的
oBtn1.onmouseenter = function () {
console.log("鼠标滑过...");
}
oBtn2.onclick = function () {
console.log("鼠标点击...");
}
oBtn3.onmouseleave = function () {
console.log("鼠标离开...");
}
// id也可以添加到head中的标签身上,
// 比如link的css外链式,通过id来设置css的href属性来实现加载不同的网页皮肤
// 如果标签有自己的类或者修改类名为类名2来切换css样式
}
func1();
}
</script>
</head>
<body>
<button id="btn1">鼠标滑过</button>
<button id="btn2">鼠标点击</button>
<button id="btn3">鼠标离开</button>
</body>
</html>
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记得Star哦。
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZMRSoft/Python24.git
git@gitee.com:ZMRSoft/Python24.git
ZMRSoft
Python24
Python24
master
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /