壹盘资源提供的[专业技能网盘下载][百度云网盘]python少儿编程课趣味基础教程直播课最新自学非常详细下载地址来源于网络分享,网络资源均有时效性,请尽快下载[专业技能网盘下载][百度云网盘]python少儿编程课趣味基础教程直播课最新自学非常详细,或保存[专业技能网盘下载][百度云网盘]python少儿编程课趣味基础教程直播课最新自学非常详细到自己的网盘避免资源失效。
python少儿编程课程(建议学完scratch课程后再学)新
├─
中级(13岁)
│ ├─
第9章:列表—分片
│ │ ├─
源码
│ │ │ ├─
listdemo_3.py (247.00Bytes)
│ │ │ └─
listdemo_2.py (310.00Bytes)
│ │ ├─
第九课:列表—分片.pptx (1.07MB)
│ │ ├─
第5小节:使用extend追加列表到列表.MKV (15.01MB)
│ │ ├─
第4小节:使用append追加元素.MKV (16.14MB)
│ │ ├─
第3小节:列表—分片.MKV (33.51MB)
│ │ ├─
第2小节:访问列表项.MKV (39.83MB)
│ │ └─
第1小节:什么是列表.MKV (21.51MB)
│ ├─
第14章:类与对象
│ │ ├─
源码
│ │ │ ├─
studentdemo.py (1.21KB)
│ │ │ ├─
maxdemo.py (75.00Bytes)
│ │ │ ├─
maindemo.py (47.00Bytes)
│ │ │ ├─
dd.py (254.00Bytes)
│ │ │ ├─
computers.py (831.00Bytes)
│ │ │ ├─
classdemo.py (700.00Bytes)
│ │ │ ├─
calss_variate_demo.py (393.00Bytes)
│ │ │ └─
calss_demo2.py (264.00Bytes)
│ │ ├─
第十四课:类与对象.pptx (1.70MB)
│ │ ├─
第9小节:类的继承.MKV (25.66MB)
│ │ ├─
第8节:认识类的多态.MKV (13.12MB)
│ │ ├─
第7小节:类变量和实例化变量.MKV (11.97MB)
│ │ ├─
第6小节:对象的输出.MKV (14.91MB)
│ │ ├─
第5小节:案例讲解.MKV (20.45MB)
│ │ ├─
第4小节:self形参.MKV (11.00MB)
│ │ ├─
第3小节:init构造函数.MKV (13.65MB)
│ │ ├─
第2小节:类的创建.MKV (25.00MB)
│ │ ├─
第1小节:什么是类和对象.MKV (20.32MB)
│ │ └─
第10小节:模块的调用.MKV (26.46MB)
│ ├─
第13章:什么是函数
│ │ ├─
源码
│ │ │ ├─
global_demo.py (208.00Bytes)
│ │ │ ├─
functiontest2.py (298.00Bytes)
│ │ │ ├─
functiontest1.py (349.00Bytes)
│ │ │ ├─
functionmax.py (103.00Bytes)
│ │ │ ├─
functiondemo2.py (290.00Bytes)
│ │ │ └─
functiondemo.py (290.00Bytes)
│ │ ├─
第7小节:global关键字.MKV (18.32MB)
│ │ ├─
第6小节:作用域.MKV (20.66MB)
│ │ ├─
第5小节:函数练习2.MKV (14.91MB)
│ │ ├─
第4小节:函数练习题1.MKV (23.58MB)
│ │ ├─
第3小节:有返回值函数创建.MKV (20.74MB)
│ │ ├─
第2小节:创建有参函数.MKV (19.02MB)
│ │ ├─
第1小节:创建函数.MKV (10.01MB)
│ │ └─
第13课:函数.pptx (1.38MB)
│ ├─
第12章:元组、字典
│ │ ├─
第十二课:字典.pptx (1020.85KB)
│ │ ├─
第5小节:删除字典的几种方法.MKV (10.69MB)
│ │ ├─
第4小节:对字典元素的添加和更改.MKV (11.73MB)
│ │ ├─
第3小节:字典的访问.MKV (10.40MB)
│ │ ├─
第2小节:字典的创建.MKV (27.35MB)
│ │ └─
第1小节:认识元祖.MKV (16.02MB)
│ ├─
第11章:列表—排序
│ │ ├─
源码
│ │ │ ├─
xuanzepaixu .py (221.00Bytes)
│ │ │ ├─
sortlistdemo.py (121.00Bytes)
│ │ │ └─
maopao.py (226.00Bytes)
│ │ ├─
第十一课:类表—排序.pptx (1.29MB)
│ │ ├─
第6小节:排序总结.MKV (7.12MB)
│ │ ├─
第5小节:sorted降序排序.MKV (19.10MB)
│ │ ├─
第4小节:sort函数升序排序.MKV (25.65MB)
│ │ ├─
第3小节:冒泡排序.MKV (29.49MB)
│ │ ├─
第2小节:选择排序.MKV (34.79MB)
│ │ └─
第1小节:元素是否在列表中.MKV (25.07MB)
│ └─
第10章:列表—增加删除
│ │ ├─
第十课:列表—增加和删除.pptx (1.01MB)
│ │ ├─
第5小节:删除列表项大总结.MKV (8.12MB)
│ │ ├─
第4小节:del删除列表、元素.MKV (16.31MB)
│ │ ├─
第3小节:pop删除指定下标元素.MKV (12.53MB)
│ │ └─
第1小节:insert添加元素.MKV (22.30MB)
├─
高级(15岁)
│ ├─
第18章:动画精灵(二)
│ │ ├─
源码
│ │ │ ├─
sprite_move_demo2.py (2.16KB)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
素材库
│ │ │ ├─
bubble4.png (19.24KB)
│ │ │ ├─
bubble3.png (19.41KB)
│ │ │ ├─
bubble2.png (21.93KB)
│ │ │ ├─
bubble1.png (19.44KB)
│ │ │ ├─
ball2.png (18.95KB)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
第4小节:精灵碰撞侦测4.MKV (39.74MB)
│ │ ├─
第3小节:精灵碰撞侦测3.MKV (26.80MB)
│ │ ├─
第2小节:精灵碰撞侦测2.MKV (49.68MB)
│ │ ├─
第1小节:精灵碰撞监测1.MKV (23.79MB)
│ │ └─
第18课:动画精灵.pptx (1.31MB)
│ ├─
第17章:动画精灵(一)
│ │ ├─
源码
│ │ │ ├─
sprite_move_demo.py (1.14KB)
│ │ │ ├─
sprite_move.py (460.00Bytes)
│ │ │ ├─
sprite_fantan_demo .py (1.35KB)
│ │ │ ├─
sprite_demo.py (1.12KB)
│ │ │ ├─
move_demo.py (956.00Bytes)
│ │ │ ├─
classdemo.py (700.00Bytes)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
素材库
│ │ │ ├─
bubble4.png (19.24KB)
│ │ │ ├─
bubble3.png (19.41KB)
│ │ │ ├─
bubble2.png (21.93KB)
│ │ │ ├─
bubble1.png (19.44KB)
│ │ │ ├─
ball2.png (18.95KB)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
快捷键.docx (12.26KB)
│ │ ├─
第7小节:小球反弹.MKV (52.58MB)
│ │ ├─
第6小节:小球的随机移动.MKV (25.59MB)
│ │ ├─
第5小节:精灵的移动.MKV (52.33MB)
│ │ ├─
第4小节:显示多个精灵对象.MKV (64.76MB)
│ │ ├─
第3小节:精灵的创建.MKV (107.22MB)
│ │ ├─
第2小节:类的继承(复习).MKV (23.92MB)
│ │ ├─
第1小节:什么是动画精灵.MKV (14.69MB)
│ │ └─
第17课:动画精灵.pptx (1.28MB)
│ ├─
第16章:pygame图形
│ │ ├─
源码
│ │ │ ├─
pygame_demo_cricle.py (362.00Bytes)
│ │ │ ├─
pygame_demo_art.py (754.00Bytes)
│ │ │ ├─
move_demo.py (729.00Bytes)
│ │ │ ├─
line_demo.py (288.00Bytes)
│ │ │ ├─
fantan_demo.py (954.00Bytes)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
素材
│ │ │ ├─
像素——西虹市.jpg (31.30KB)
│ │ │ ├─
未标题-1.png (5.85KB)
│ │ │ ├─
图片1副本.png (19.17KB)
│ │ │ ├─
图片1.png (51.84KB)
│ │ │ ├─
Pygame中文文档(1).pdf (8.16MB)
│ │ │ └─
ball.png (4.38KB)
│ │ ├─
总结整理.xlsx (12.39KB)
│ │ ├─
图形.pptx (1.44MB)
│ │ ├─
第9小节:小球的移动1.MKV (36.67MB)
│ │ ├─
第8小节:屏幕尺寸和图像尺寸.MKV (20.52MB)
│ │ ├─
第7小节:如何让小球动起来(原理).MKV (18.06MB)
│ │ ├─
第6小节:像素.MKV (32.33MB)
│ │ ├─
第5小节:pygame原理讲解.MKV (29.13MB)
│ │ ├─
第4小节:如何绘制图形.MKV (65.60MB)
│ │ ├─
第3小节:如何关闭程序.MKV (71.51MB)
│ │ ├─
第2小节:创建屏幕.MKV (79.61MB)
│ │ ├─
第1小节:pygame的安装.MKV (27.36MB)
│ │ ├─
第13节:小球的反弹.MKV (50.56MB)
│ │ ├─
第12小节:小球的算法2.MKV (30.70MB)
│ │ ├─
第11小节:小球反弹算法1.MKV (50.97MB)
│ │ └─
第10小节:小球的移动2.MKV (48.97MB)
│ └─
第15章:海龟绘图
│ │ ├─
源码
│ │ │ ├─
turtledemo.py (754.00Bytes)
│ │ │ ├─
triangle.py (764.00Bytes)
│ │ │ ├─
setwindow_demo.py (647.00Bytes)
│ │ │ ├─
rose_demo.py (1.50KB)
│ │ │ ├─
result_show.py (269.00Bytes)
│ │ │ ├─
luoxuanxian_demo.py (108.00Bytes)
│ │ │ ├─
line_demo.py (55.00Bytes)
│ │ │ └─
car_demo.py (599.00Bytes)
│ │ ├─
海龟绘图总结整理.xlsx (12.13KB)
│ │ ├─
第9小节:绘制炫酷效果.MKV (31.96MB)
│ │ ├─
第8小节:练习题2.MKV (17.20MB)
│ │ ├─
第7小节:练习题1.MKV (45.98MB)
│ │ ├─
第6小节:turtle总结.MKV (37.77MB)
│ │ ├─
第5小节:画笔的操作2.MKV (34.93MB)
│ │ ├─
第4小节:画笔的操作1.MKV (62.69MB)
│ │ ├─
第3小节:设置画布.MKV (53.46MB)
│ │ ├─
第2小节:turtle坐标系.MKV (21.27MB)
│ │ ├─
第1小节:turtle简介.MKV (36.42MB)
│ │ └─
“海龟”画图.pptx (2.21MB)
├─
初级(9岁)
│ ├─
第8章:周而复始—嵌套循环
│ │ ├─
源码
│ │ │ ├─
inputdemo_2.py (552.00Bytes)
│ │ │ └─
inputdemo.py (97.00Bytes)
│ │ ├─
第八课.周而复始(嵌套循环).pptx (1007.16KB)
│ │ ├─
第2小节:循环大总结.MKV (19.95MB)
│ │ └─
第1小节:可变循环.MKV (30.91MB)
│ ├─
第7章:周而复始—while循环
│ │ ├─
源码
│ │ │ ├─
whiledemo2.py (104.00Bytes)
│ │ │ ├─
whiledemo.py (43.00Bytes)
│ │ │ ├─
demo_3.py (152.00Bytes)
│ │ │ ├─
demo_2.py (277.00Bytes)
│ │ │ └─
demo_1.py (181.00Bytes)
│ │ ├─
第七课:周而复始while循环.pptx (1.02MB)
│ │ ├─
第5小节:注释.MKV (6.06MB)
│ │ ├─
第4小节:练习2.MKV (57.84MB)
│ │ ├─
第3小节:练习1.MKV (13.57MB)
│ │ ├─
第2小节:continue与break关键字.MKV (33.17MB)
│ │ └─
第1小节:while循环1.MKV (29.10MB)
│ ├─
第6章:周而复始—for循环
│ │ ├─
源码
│ │ │ ├─
lianxi_demo.py (309.00Bytes)
│ │ │ ├─
for_range_demo2.py (56.00Bytes)
│ │ │ ├─
for_range_demo.py (56.00Bytes)
│ │ │ └─
fordemo.py (96.00Bytes)
│ │ ├─
第6课:周而复始(for循环).pptx (1.48MB)
│ │ ├─
第4小节:练习题.MKV (29.39MB)
│ │ ├─
第3小节:range函数.MKV (33.34MB)
│ │ ├─
第2小节:for循环2.MKV (24.37MB)
│ │ └─
第1小节:for循环1.MKV (20.77MB)
│ ├─
第5章:条件判断—if语句
│ │ ├─
源码
│ │ │ ├─
yunsuanfu.py (17.00Bytes)
│ │ │ ├─
selldemo.py (648.00Bytes)
│ │ │ ├─
ifelsedemo.py (164.00Bytes)
│ │ │ ├─
elifdemo.py (598.00Bytes)
│ │ │ └─
and_or_notdemo.py (11.00Bytes)
│ │ ├─
运算符.jpg (44.11KB)
│ │ ├─
第五课:条件判断—if语句.pptx (1.65MB)
│ │ ├─
第5小节:挑战练习2.MKV (22.40MB)
│ │ ├─
第4小节:挑战练习1.MKV (39.23MB)
│ │ ├─
第3小节:elif语句的来历.MKV (62.65MB)
│ │ ├─
第2小节:操作运算符.MKV (32.74MB)
│ │ └─
第1小节:if—else语句.MKV (28.39MB)
│ ├─
第4章:GUI图形化界面
│ │ ├─
源码
│ │ │ ├─
python_easygui_demo.py (910.00Bytes)
│ │ │ └─
easyguidemo.py (151.00Bytes)
│ │ ├─
robertlugg-easygui-cbd30b0
│ │ │ ├─
test_cases
│ │ │ │ ├─
images
│ │ │ │ │ ├─
tick.gif (2.02KB)
│ │ │ │ │ ├─
minnie.gif (8.04KB)
│ │ │ │ │ ├─
mickey.gif (10.11KB)
│ │ │ │ │ ├─
globe.jpg (43.48KB)
│ │ │ │ │ ├─
dave.gif (17.07KB)
│ │ │ │ │ ├─
daffy duck.gif (6.61KB)
│ │ │ │ │ └─
cross.gif (4.41KB)
│ │ │ │ ├─
audio
│ │ │ │ │ ├─
intro.mp3 (687.53KB)
│ │ │ │ │ └─
intro(1).ogg (324.27KB)
│ │ │ │ ├─
xml_parse.py (974.00Bytes)
│ │ │ │ ├─
weather_man.py (237.00Bytes)
│ │ │ │ ├─
The Pirates of the Caribean Game.py (1.07KB)
│ │ │ │ ├─
text2binary.py (309.00Bytes)
│ │ │ │ ├─
SimpleCv.py (977.00Bytes)
│ │ │ │ ├─
result.png (546.00Bytes)
│ │ │ │ ├─
pi.jpg (5.39KB)
│ │ │ │ ├─
multiple_disney_images.py (869.00Bytes)
│ │ │ │ ├─
multienter_backspace.py (1007.00Bytes)
│ │ │ │ ├─
hex_entry.py (3.97KB)
│ │ │ │ ├─
gps_auto_update.py (1.49KB)
│ │ │ │ ├─
geo_quiz.py (15.16KB)
│ │ │ │ ├─
file_open_box.py (194.00Bytes)
│ │ │ │ ├─
dice.py (1.81KB)
│ │ │ │ └─
books.xml (4.31KB)
│ │ │ ├─
sphinx
│ │ │ │ ├─
_static
│ │ │ │ │ ├─
tutorial
│ │ │ │ │ │ ├─
screenshot_passwordbox.png (7.66KB)
│ │ │ │ │ │ ├─
screenshot_multenterbox_vista.png (11.58KB)
│ │ │ │ │ │ ├─
screenshot_multenterbox.png (9.38KB)
│ │ │ │ │ │ ├─
screenshot_multchoicebox.png (42.41KB)
│ │ │ │ │ │ ├─
screenshot_msgbox.png (14.52KB)
│ │ │ │ │ │ ├─
screenshot_fileopenbox_vista.png (62.82KB)
│ │ │ │ │ │ ├─
screenshot_codebox_vista.png (34.43KB)
│ │ │ │ │ │ ├─
screenshot_choicebox_with_multiple_buttons.gif (20.93KB)
│ │ │ │ │ │ ├─
screenshot_choicebox_monofonts_and_exit_button.gif (40.00KB)
│ │ │ │ │ │ ├─
screenshot_choicebox_icecream.png (28.31KB)
│ │ │ │ │ │ ├─
screenshot_choicebox.png (26.20KB)
│ │ │ │ │ │ ├─
screenshot_ccbox.png (18.62KB)
│ │ │ │ │ │ ├─
screenshot_buttonbox_with_image.png (9.25KB)
│ │ │ │ │ │ ├─
screenshot4.png (18.62KB)
│ │ │ │ │ │ ├─
screenshot3.png (16.17KB)
│ │ │ │ │ │ ├─
screenshot2.png (12.52KB)
│ │ │ │ │ │ └─
python-logo.gif (2.04KB)
│ │ │ │ │ ├─
registration_system
│ │ │ │ │ │ ├─
screenshot_register_show.png (16.49KB)
│ │ │ │ │ │ ├─
screenshot_register_main.png (48.44KB)
│ │ │ │ │ │ └─
easygui_demo_registration_app.zip (3.53KB)
│ │ │ │ │ └─
python-logo-master-v3-TM-flattened.png (10.89KB)
│ │ │ │ ├─
__init__.py (1.00Bytes)
│ │ │ │ ├─
tutorial.rst (18.67KB)
│ │ │ │ ├─
support.rst (1.33KB)
│ │ │ │ ├─
Makefile (6.67KB)
│ │ │ │ ├─
make.bat (6.42KB)
│ │ │ │ ├─
links.rst (2.12KB)
│ │ │ │ ├─
index.rst (4.42KB)
│ │ │ │ ├─
faq.rst (1.97KB)
│ │ │ │ ├─
cookbook.rst (4.23KB)
│ │ │ │ ├─
conf.py (8.88KB)
│ │ │ │ └─
api.rst (253.00Bytes)
│ │ │ ├─
easygui
│ │ │ │ ├─
boxes
│ │ │ │ │ ├─
utils.py (6.72KB)
│ │ │ │ │ ├─
text_box.py (16.37KB)
│ │ │ │ │ ├─
multi_fillable_box.py (15.63KB)
│ │ │ │ │ ├─
global_state.py (638.00Bytes)
│ │ │ │ │ ├─
fillable_box.py (5.45KB)
│ │ │ │ │ ├─
filesave_box.py (1.78KB)
│ │ │ │ │ ├─
fileopen_box.py (3.72KB)
│ │ │ │ │ ├─
fileboxsetup.py (5.03KB)
│ │ │ │ │ ├─
egstore.py (4.31KB)
│ │ │ │ │ ├─
diropen_box.py (1.49KB)
│ │ │ │ │ ├─
derived_boxes.py (13.96KB)
│ │ │ │ │ ├─
demo.py (14.37KB)
│ │ │ │ │ ├─
choice_box.py (15.47KB)
│ │ │ │ │ ├─
button_box.py (16.94KB)
│ │ │ │ │ ├─
base_boxes.py (443.00Bytes)
│ │ │ │ │ └─
about.py (11.43KB)
│ │ │ │ ├─
__init__.py (1.69KB)
│ │ │ │ ├─
zzzzz.gif (1.66KB)
│ │ │ │ ├─
python_and_check_logo.png (3.50KB)
│ │ │ │ ├─
python_and_check_logo.jpg (8.72KB)
│ │ │ │ ├─
python_and_check_logo.gif (24.52KB)
│ │ │ │ └─
easygui.py (3.26KB)
│ │ │ ├─
developer_information
│ │ │ │ ├─
Git-branching-model.png (188.76KB)
│ │ │ │ ├─
DEVELOPER_NOTES.txt (546.00Bytes)
│ │ │ │ └─
BUILD INSTRUCTIONS.txt (2.61KB)
│ │ │ ├─
setup.py (4.52KB)
│ │ │ ├─
setup.cfg (27.00Bytes)
│ │ │ ├─
README.txt (5.85KB)
│ │ │ ├─
README.md (5.76KB)
│ │ │ ├─
MANIFEST (99.00Bytes)
│ │ │ ├─
.gitignore (670.00Bytes)
│ │ │ └─
.gitattributes (719.00Bytes)
│ │ ├─
第四周(附件):EasyGui详细解.docx (290.31KB)
│ │ ├─
第4小节:easygui学习方法指导.MKV (145.02MB)
│ │ ├─
第4课:GUI图形化用户界面2.pptx (1.64MB)
│ │ ├─
第3小节:easygui详解.MKV (11.02MB)
│ │ ├─
第2小节:easygui安装失败解决方案.MKV (19.80MB)
│ │ └─
第1小节:easygui安装测试.MKV (25.59MB)
│ ├─
第3章:数据类型
│ │ ├─
源码
│ │ │ ├─
typedemo.py (748.00Bytes)
│ │ │ ├─
test1.py (1.72KB)
│ │ │ ├─
data_zhuanhuan_demo.py (92.00Bytes)
│ │ │ └─
datatype_demo.py (26.00Bytes)
│ │ ├─
第5小节:挑战练习题3.mp4 (52.03MB)
│ │ ├─
第4小节:挑战练习题2.mp4 (33.38MB)
│ │ ├─
第3小节:挑战练习题1.mp4 (38.88MB)
│ │ ├─
第3课:数据类型.pptx (1.16MB)
│ │ ├─
第2小节:数据类型转换.mp4 (30.81MB)
│ │ └─
第1小节:如何查看数据类型.mp4 (17.05MB)
│ ├─
第2章:基本数学运算
│ │ ├─
源码
│ │ │ ├─
typedemo.py (404.00Bytes)
│ │ │ ├─
ifelse_score_demo.py (234.00Bytes)
│ │ │ ├─
data_type.py (168.00Bytes)
│ │ │ ├─
changliang_demo.py (43.00Bytes)
│ │ │ └─
and_or_not_demo.py (449.00Bytes)
│ │ ├─
第7小节:挑战练习.mp4 (13.81MB)
│ │ ├─
第6小节:与或非语句练习.mp4 (28.29MB)
│ │ ├─
第5小节:与或非语句(1).mp4 (10.98MB)
│ │ ├─
第4小节:条件判断语句.mp4 (26.13MB)
│ │ ├─
第3小节:基本数据类型.mp4 (43.33MB)
│ │ ├─
第2小节:认识常量.mp4 (11.16MB)
│ │ ├─
第2课:判断语句.pptx (1.01MB)
│ │ └─
第1小节:认识变量.mp4 (29.12MB)
│ └─
第1章:一起走进python
│ │ ├─
源码
│ │ │ ├─
printdemo.py (226.00Bytes)
│ │ │ └─
inputdemo.py (78.00Bytes)
│ │ ├─
安装文件
│ │ │ ├─
Python64位安装软件
│ │ │ │ └─
python-3.7.3-64.exe (24.98MB)
│ │ │ └─
Python32位安装软件
│ │ │ │ └─
python-3.7.3-32bit.exe (1.26MB)
│ │ ├─
第9小节:使用input输入.mp4 (29.60MB)
│ │ ├─
第8小节:使用print输出.mp4 (49.84MB)
│ │ ├─
第7小节:使用python自带编译软件idle.mp4 (31.56MB)
│ │ ├─
第6小节:输出hellopython.mp4 (17.10MB)
│ │ ├─
第5小节:不显示python型号信息解决方式.mp4 (27.01MB)
│ │ ├─
第4小节:Python的安装.mp4 (18.38MB)
│ │ ├─
第3小节:了解python3简介.mp4 (4.30MB)
│ │ ├─
第2小节:学习python的n个理由.mp4 (5.40MB)
│ │ ├─
第1小节:学习前言.mp4 (5.89MB)
│ │ └─
第1课:一起走进python吧.pptx (1.89MB)
├─
python软件
│ ├─
python64位电脑安装.zip (28.54MB)
│ └─
python32位电脑安装.zip (27.68MB)
└─
课程介绍.docx (36.64KB)
下载地址:
隐藏内容,请登录后查看