Skip to content

Commit 9374f0d

Browse files
committed
📝 ✏️ 🚧 update docs
1 parent a85cae7 commit 9374f0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+215
-91
lines changed

README.md

+36-30
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
|试题链接|原题概述|标签分类|更新状态|
1313
|---|---|---|---|
14-
|[1.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/1.md) |<a href="http://davidshariff.com/quiz/" target="_blank">Front End Web Development Quiz</a> CSS部分| CSS |已完结 :v: |
15-
|[2.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/2.md)|<a href="http://davidshariff.com/quiz/" target="_blank">Front End Web Development Quiz</a> HTML部分| HTML |已完结 :v: |
16-
|[3.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/3.md)|<a href="https://github.com/fex-team/interview-questions" target="_blank">FEX 面试题</a>| General|待完善 :punch: |
17-
|[4.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/4.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#general" target="_blank">前端面试常见问题</a>| General|待完善 :punch: |
18-
|[5.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/5.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#html" target="_blank">前端面试HTML 相关问题</a>| HTML|已完结 :v: |
19-
|[6.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/6.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#css" target="_blank">前端面试CSS 相关问题</a>| CSS |待完善 :punch: |
20-
|[7.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/7.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#js" target="_blank">前端面试JS 相关问题</a>|JavaScript|待完善 :punch: |
21-
|[8.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/8.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#jquery" target="_blank">前端面试jQuery 相关问题</a>|jQuery|待解答 :fist: |
22-
|[9.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/9.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#jscode" target="_blank">前端面试代码相关问题</a>|JavaScript|待解答 :fist: |
23-
|[10.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/10.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#fun" target="_blank">前端面试有趣的问题</a>| General|待解答 :fist: |
24-
|[11.md](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端试题/11.md)|<a href="javascript:void(0);">一些面试题</a>| General|待完善 :punch: |
14+
|[1.md](/questions/1.md) |<a href="http://davidshariff.com/quiz/" target="_blank">Front End Web Development Quiz</a> CSS部分| CSS |已完结 :v: |
15+
|[2.md](/questions/2.md)|<a href="http://davidshariff.com/quiz/" target="_blank">Front End Web Development Quiz</a> HTML部分| HTML |已完结 :v: |
16+
|[3.md](/questions/3.md)|<a href="https://github.com/fex-team/interview-questions" target="_blank">FEX 面试题</a>| General|待完善 :punch: |
17+
|[4.md](/questions/4.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#general" target="_blank">前端面试常见问题</a>| General|待完善 :punch: |
18+
|[5.md](/questions/5.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#html" target="_blank">前端面试HTML 相关问题</a>| HTML|已完结 :v: |
19+
|[6.md](/questions/6.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#css" target="_blank">前端面试CSS 相关问题</a>| CSS |待完善 :punch: |
20+
|[7.md](/questions/7.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#js" target="_blank">前端面试JS 相关问题</a>|JavaScript|待完善 :punch: |
21+
|[8.md](/questions/8.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#jquery" target="_blank">前端面试jQuery 相关问题</a>|jQuery|待解答 :fist: |
22+
|[9.md](/questions/9.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#jscode" target="_blank">前端面试代码相关问题</a>|JavaScript|待解答 :fist: |
23+
|[10.md](/questions/10.md)|<a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions#fun" target="_blank">前端面试有趣的问题</a>| General|待解答 :fist: |
24+
|[11.md](/questions/11.md)|<a href="javascript:void(0);">一些面试题</a>| General|待完善 :punch: |
2525
|12.md|[BAT及互联网公司2014前端笔试面试题--HTML,CSS篇](http://www.cnblogs.com/coco1s/p/4034937.html)|HTML,CSS|待添加 :smile:|
2626
|13.md|[BAT及互联网公司2014前端笔试面试题--JavaScript篇](http://www.cnblogs.com/coco1s/p/4029708.html)|JavaScript|待添加 :smile:|
2727
|14.md|[收集的前端面试题和答案](https://github.com/qiu-deqing/FE-interview)|General|待添加 :smile:|
@@ -30,25 +30,31 @@
3030
|17.md|[前端面试资源汇总](https://github.com/infp/Front-end-Interview)| General|待添加 :smile: |
3131
|18.md|[5个典型的JavaScript面试题(上)](http://web.jobbole.com/80564/)|JavaScript|待添加 :smile:|
3232
|19.md|[再来5个JavaScript面试题](http://web.jobbole.com/81785/)|JavaScript|待添加 :smile:|
33-
|20.md| [BAT web前端开发方向校招都考些什么?](http://www.zhihu.com/question/26188893)|General|待添加 :smile: |
34-
|21.md| [ELE 笔试题](https://github.com/sofish/hire)|General|待添加 :smile: |
35-
|22.md| [一些JS题目的解答](https://github.com/xufei/blog/blob/master/posts/2013-12-02-%E4%B8%80%E4%BA%9BJS%E9%A2%98%E7%9B%AE%E7%9A%84%E8%A7%A3%E7%AD%94.md)|JavaScript|待添加 :smile: |
36-
|23.md| [最全前端面试问题及答案总结](https://github.com/allenGKC/Front-end-Interview-questions)|General|待添加 :smile: |
37-
|24.md| [阿里航旅前端开发校招面试题 ](https://github.com/jayli/jayli.github.com/issues/19)|General|待添加 :smile: |
38-
33+
|20.md|[BAT web前端开发方向校招都考些什么?](http://www.zhihu.com/question/26188893)|General|待添加 :smile: |
34+
|21.md|[Eleme 笔试题](https://github.com/sofish/hire)|General|待添加 :smile: |
35+
|22.md|[一些JS题目的解答](https://github.com/xufei/blog/blob/master/posts/2013-12-02-%E4%B8%80%E4%BA%9BJS%E9%A2%98%E7%9B%AE%E7%9A%84%E8%A7%A3%E7%AD%94.md)|JavaScript|待添加 :smile: |
36+
|23.md|[最全前端面试问题及答案总结](https://github.com/allenGKC/Front-end-Interview-questions)|General|待添加 :smile: |
37+
|24.md|[阿里航旅前端开发校招面试题 ](https://github.com/jayli/jayli.github.com/issues/19)|General|待添加 :smile: |
38+
|25.md|[ElemeFE Node 面试题](https://github.com/ElemeFE/node-interview)|General|待添加 :smile: |
3939

4040
## 前端面经部分
4141

42-
|序号|前端面经|作者|标签分类|更新时间
43-
|---|---|---|---|---|
44-
|01|[面试前端工程师](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端面经/interview.md)|[myownghost](http://ourjs.com/detail/52c4145d7986593603000009#rd?sukey=7786c31c0afdeabc7928a445a9744921eda681243c734321ca8feb87d38f5858e89c613121f933167fb042b2f0020190)|面经|2014年10月12日|
45-
|02|[ Web 前端程序员简历模板](https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/前端面经/web.md)|[easychen](https://github.com/geekcompany/ResumeSample)|简历|2014年10月08日|
46-
|03|[吐嘈「个人简历」](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200168752&idx=1&sn=348edc7956f1ac9652aa2523b902bef5&scene=4)|[rank](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200168752&idx=1&sn=348edc7956f1ac9652aa2523b902bef5&scene=4)|简历|2014年10月08日|
47-
|04|[如何写打动人的「个人简历」](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200173772&idx=1&sn=895a5c66548c1b4a72153b2217350ca1&scene=4)|[rank](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200173772&idx=1&sn=895a5c66548c1b4a72153b2217350ca1&scene=4)|简历|2014年10月08日|
48-
|05|[如何写好技术简历 ](http://get.jobdeer.com/744.get)|[easychen](http://get.jobdeer.com/744.get)|简历|2014年10月08日|
49-
|06|[web前端开发方向校招考什么](http://www.zhihu.com/question/26188893)|[fouber](https://github.com/fouber)|面经|2014年10月29日|
50-
|07|[腾讯web前端方向实习笔试准备](http://www.zhihu.com/question/20966351/answer/24401878)|[小爝](http://www.zhihu.com/people/xiao-jue-83)|面经|2014年10月29日|
51-
|08|[精益技术简历之道](http://www.cnblogs.com/figure9/p/lean-technical-resume.html)|[peng_gong](http://weibo.com/pegong)|简历|2014年11月03日|
52-
|09|[如何在面试中识别一个坏老板](http://get.jobdeer.com/6384.get/)|[Heather Huhman](https://www.linkedin.com/today/post/article/20140930113457-10999323-how-to-spot-a-bad-boss-during-a-job-interview)|面试|2014年11月17日|
53-
|10|[谈谈面试与面试题](https://github.com/wintercn/blog/issues/4)| [wintercn](https://github.com/wintercn)|面试|2015年01月09日|
54-
|11|[【web前端面试题整理08】说说最近几次面试(水)](http://www.cnblogs.com/yexiaochai/p/4366051.html)| [叶小钗](http://weibo.com/yiquinian)|面试|2015年03月30日|
42+
43+
1. [面试前端工程师](/interview/1.md)
44+
2. [知乎|web前端开发方向校招考什么](http://www.zhihu.com/question/26188893) :arrow_upper_right:
45+
3. [知乎|腾讯web前端方向实习笔试准备](http://www.zhihu.com/question/20966351/answer/24401878) :arrow_upper_right:
46+
4. [如何在面试中识别一个坏老板](http://get.jobdeer.com/6384.get/) :arrow_upper_right:
47+
5. [谈谈面试与面试题](https://github.com/wintercn/blog/issues/4) @ [wintercn](https://github.com/wintercn) :arrow_upper_right:
48+
6. [说说最近几次面试](http://www.cnblogs.com/yexiaochai/p/4366051.html) @ [叶小钗](http://weibo.com/yiquinian) :arrow_upper_right:
49+
50+
51+
52+
## 简历怎么写?
53+
54+
1. [精益技术简历之道](http://www.cnblogs.com/figure9/p/lean-technical-resume.html) @ [peng_gong](http://weibo.com/pegong) :arrow_upper_right:
55+
2. [如何写好技术简历 ](http://get.jobdeer.com/744.get) @ [easychen](https://github.com/easychen) :arrow_upper_right:
56+
3. [Web 前端程序员简历模板](/resume/1) @ [easychen](https://github.com/easychen)
57+
4. [吐嘈「个人简历」](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200168752&idx=1&sn=348edc7956f1ac9652aa2523b902bef5&scene=4) @ [rank](https://www.zhihu.com/people/rank) :arrow_upper_right:
58+
5. [如何写打动人的「个人简历」](http://mp.weixin.qq.com/s?__biz=MzA5NDY0ODkxNA==&mid=200173772&idx=1&sn=895a5c66548c1b4a72153b2217350ca1&scene=4) @[rank](https://www.zhihu.com/people/rank) :arrow_upper_right:
59+
60+

_media/android-icon-144x144.png

4.94 KB
Loading

_media/android-icon-192x192.png

7.48 KB
Loading

_media/android-icon-36x36.png

1.79 KB
Loading

_media/android-icon-48x48.png

2.19 KB
Loading

_media/android-icon-72x72.png

2.87 KB
Loading

_media/android-icon-96x96.png

3.48 KB
Loading

_media/apple-icon-114x114.png

4.04 KB
Loading

_media/apple-icon-120x120.png

5.52 KB
Loading

_media/apple-icon-144x144.png

4.94 KB
Loading

_media/apple-icon-152x152.png

5.21 KB
Loading

_media/apple-icon-180x180.png

9.15 KB
Loading

_media/apple-icon-57x57.png

2.52 KB
Loading

_media/apple-icon-60x60.png

2.58 KB
Loading

_media/apple-icon-72x72.png

2.87 KB
Loading

_media/apple-icon-76x76.png

2.95 KB
Loading

_media/apple-icon-precomposed.png

8.05 KB
Loading

_media/apple-icon.png

8.05 KB
Loading

_media/browserconfig.xml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

_media/favicon-16x16.png

1.13 KB
Loading

_media/favicon-32x32.png

1.59 KB
Loading

_media/favicon-96x96.png

3.48 KB
Loading

_media/favicon.ico

1.12 KB
Binary file not shown.

_media/manifest.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "App",
3+
"icons": [
4+
{
5+
"src": "\/android-icon-36x36.png",
6+
"sizes": "36x36",
7+
"type": "image\/png",
8+
"density": "0.75"
9+
},
10+
{
11+
"src": "\/android-icon-48x48.png",
12+
"sizes": "48x48",
13+
"type": "image\/png",
14+
"density": "1.0"
15+
},
16+
{
17+
"src": "\/android-icon-72x72.png",
18+
"sizes": "72x72",
19+
"type": "image\/png",
20+
"density": "1.5"
21+
},
22+
{
23+
"src": "\/android-icon-96x96.png",
24+
"sizes": "96x96",
25+
"type": "image\/png",
26+
"density": "2.0"
27+
},
28+
{
29+
"src": "\/android-icon-144x144.png",
30+
"sizes": "144x144",
31+
"type": "image\/png",
32+
"density": "3.0"
33+
},
34+
{
35+
"src": "\/android-icon-192x192.png",
36+
"sizes": "192x192",
37+
"type": "image\/png",
38+
"density": "4.0"
39+
}
40+
]
41+
}

_media/ms-icon-144x144.png

4.94 KB
Loading

_media/ms-icon-150x150.png

7.15 KB
Loading

_media/ms-icon-310x310.png

19.8 KB
Loading

_media/ms-icon-70x70.png

2.81 KB
Loading

_sidebar.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [前端面试题](/questions/)
1+
- [前端笔试题](/questions/)
22
- [FEWDQ CSS](/questions/1)
33
- [FEWDQ HTML](/questions/2)
44
- [FEX 面试题](/questions/3)
@@ -7,10 +7,13 @@
77
- [CSS 相关问题](/questions/6)
88
- [JS 相关问题](/questions/7)
99
- [jQuery 相关问题](/questions/8)
10-
- [CSS 相关问题](/questions/9)
11-
- [代码相关问题](/questions/10)
12-
- [有趣的问题](/questions/11)
10+
- [代码相关问题](/questions/9)
11+
- [有趣的问题](/questions/10)
12+
- [一些面试题](/questions/11)
13+
1314

1415
- [前端面经](/interview/)
15-
- [面试前端工程师](/interview/interview)
16-
- [Web前端程序员简历模板](/interview/resume)
16+
- [面试前端工程师](/interview/1)
17+
18+
- [简历](/resume/)
19+
- [Web前端程序员简历模板](/resume/1)

index.html

+34-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,39 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<title>前端开发面试集锦</title>
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7-
<meta name="description" content="Description">
8-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
4+
<meta charset="UTF-8">
5+
<title>前端面试集锦</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
7+
<meta name="keywords" content="interview,resume,frontend,前端,前端工程师,笔试,面试,简历,找工作">
8+
<meta name="description" content="前端面试集锦,包括笔试题,面经,简历等找工作方面的知识储备">
9+
<meta name="viewport"
10+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
11+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
12+
<link rel="apple-touch-icon" sizes="57x57" href="/_media/apple-icon-57x57.png">
13+
<link rel="apple-touch-icon" sizes="60x60" href="/_media//apple-icon-60x60.png">
14+
<link rel="apple-touch-icon" sizes="72x72" href="/_media//apple-icon-72x72.png">
15+
<link rel="apple-touch-icon" sizes="76x76" href="/_media//apple-icon-76x76.png">
16+
<link rel="apple-touch-icon" sizes="114x114" href="/_media//apple-icon-114x114.png">
17+
<link rel="apple-touch-icon" sizes="120x120" href="/_media//apple-icon-120x120.png">
18+
<link rel="apple-touch-icon" sizes="144x144" href="/_media//apple-icon-144x144.png">
19+
<link rel="apple-touch-icon" sizes="152x152" href="/_media//apple-icon-152x152.png">
20+
<link rel="apple-touch-icon" sizes="180x180" href="/_media//apple-icon-180x180.png">
21+
<link rel="icon" type="image/png" sizes="192x192" href="/_media//android-icon-192x192.png">
22+
<link rel="icon" type="image/png" sizes="32x32" href="/_media//favicon-32x32.png">
23+
<link rel="icon" type="image/png" sizes="96x96" href="/_media//favicon-96x96.png">
24+
<link rel="icon" type="image/png" sizes="16x16" href="/_media//favicon-16x16.png">
25+
<link rel="manifest" href="/_media//manifest.json">
26+
<meta name="msapplication-TileColor" content="#ffffff">
27+
<meta name="msapplication-TileImage" content="/_media//ms-icon-144x144.png">
28+
<meta name="theme-color" content="#ffffff">
1029
</head>
1130
<body>
12-
<nav>
13-
<a href="#/interview/">面经</a>
14-
<a href="#/questions/">笔试题</a>
15-
</nav>
16-
<div id="app"></div>
31+
<nav>
32+
<a href="#/questions/">笔试题</a>
33+
<a href="#/interview/">面经</a>
34+
<a href="#/resume/">简历</a>
35+
</nav>
36+
<div id="app"></div>
1737
</body>
1838
<script>
1939
window.$docsify = {
@@ -37,11 +57,11 @@
3757
function(hook, vm) {
3858
hook.beforeEach(function(html) {
3959
var url = 'https://github.com/paddingme/Front-end-Web-Development-Interview-Question/blob/master/' + vm.route.file
40-
var editHtml = '<p style="text-align: right">[:memo: Github 上编辑此页面文档](' + url + ')</p>\n'
60+
var editHtml = '<p style="text-align: right">:pencil2: [Github 上编辑此页面文档](' + url + ')</p>\n'
4161

4262
return html
43-
// + '\n----\n'
44-
// + '最后更新于 {docsify-updated} '
63+
// + '\n----\n'
64+
// + '最后更新于 {docsify-updated} '
4565
+ editHtml
4666
})
4767

File renamed without changes.

interview/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# 前端面经部分
2+
3+
1. [面试前端工程师](/interview/1.md)
4+
2. [知乎|web前端开发方向校招考什么](http://www.zhihu.com/question/26188893) :arrow_upper_right:
5+
3. [知乎|腾讯web前端方向实习笔试准备](http://www.zhihu.com/question/20966351/answer/24401878) :arrow_upper_right:
6+
4. [如何在面试中识别一个坏老板](http://get.jobdeer.com/6384.get/) :arrow_upper_right:
7+
5. [谈谈面试与面试题](https://github.com/wintercn/blog/issues/4) @ [wintercn](https://github.com/wintercn) :arrow_upper_right:
8+
6. [说说最近几次面试](http://www.cnblogs.com/yexiaochai/p/4366051.html) @ [叶小钗](http://weibo.com/yiquinian) :arrow_upper_right:
9+

questions/1.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11

2-
## [Front End Web Development Quiz](http://davidshariff.com/quiz/) CSS 部分问题与解答
2+
## CSS 部分问题与解答
33

4-
1. Q: CSS 属性是否区分大小写?
5-
6-
```
7-
ul {
8-
MaRGin: 10px;
9-
}
10-
```
114

12-
A: 不区分。
5+
这里是 [Front End Web Development Quiz](http://davidshariff.com/quiz/) 中的 CSS部分问题与解答.
136

14-
HTML,CSS都对大小写不敏感,但为了更好的可读性和团队协作一般都小写,而在XHTML 中元素名称和属性是必须小写的。
7+
1. Q: CSS 属性是否区分大小写?
158

9+
```
10+
ul {
11+
MaRGin: 10px;
12+
}
13+
```
14+
15+
A: 不区分。
16+
HTML,CSS都对大小写不敏感,但为了更好的可读性和团队协作一般都小写,而在XHTML 中元素名称和属性是必须小写的。
1617

1718
2. Q: 行内(inline)元素 设置`margin-top``margin-bottom` 是否起作用?
1819

@@ -287,7 +288,9 @@
287288
A: 浏览器视窗
288289
289290
290-
## 知识点总结:
291+
## 知识点总结
292+
293+
291294
tips:根据以上考点总结下如下知识点,后期会写文章进行总结,这里只挑出重点进行解析。
292295
293296
- 关于CSS选择器以及优先级的知识可查阅如下文章:

questions/10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 有趣的问题
1+
# 有趣的问题
22

33
* 你编写过的最酷的代码是什么?其中你最自豪的是什么?
44

0 commit comments

Comments
 (0)