-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# winterhomework | ||
答题网站 | ||
答题网站,三个部分。js里面主要是7个函数,ajax请求题目,localStroage存储及排序,开始结束按钮事件,排行榜点击事件,重新答题,计分函数。 | ||
css里面就是对页面的一些渲染,有部分CSS3、 | ||
html里面主体就是题目骨架以及部分必要的盒子。 | ||
功能图片地址 https://github.com/Qhappyman/winterhomework/blob/master/功能1.png 这个是开始答题计时 | ||
https://github.com/Qhappyman/winterhomework/blob/master/功能2.png 这个是结束后排行 | ||
答题网站,三个部分 | ||
1. js里面主要是7个函数,ajax请求题目,localStroage存储及排序,开始结束按钮事件,排行榜点击事件,重新答题,计分函数。 | ||
2. css里面就是对页面的一些渲染,有部分CSS3、 | ||
3. html里面主体就是题目骨架以及部分必要的盒子。 | ||
功能图片地址 https://github.com/Qhappyman/winterhomework/blob/master/功能1.png | ||
这个是开始答题计时https://github.com/Qhappyman/winterhomework/blob/master/功能2.png | ||
这个是结束后排行 | ||
预览地址[demo](https://qhappyman.github.io/寒假/寒假.html),可能加载ajax有点慢 |