Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
CSDN 技术社区
skill_tree_mini_programs
提交
34934651
S
skill_tree_mini_programs
项目概览
CSDN 技术社区
/
skill_tree_mini_programs
通知
13
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
skill_tree_mini_programs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
34934651
编写于
7月 26, 2022
作者:
王
王天雷
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加节点习题
上级
8f57c14e
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
71 addition
and
9 deletion
+71
-9
data/2.小程序中阶/7.表单组件/4.radio单选项组件/config.json
data/2.小程序中阶/7.表单组件/4.radio单选项组件/config.json
+3
-1
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.json
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.json
+8
-0
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.md
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.md
+21
-0
data/2.小程序中阶/7.表单组件/5.label扩展组件 /config.json
data/2.小程序中阶/7.表单组件/5.label扩展组件 /config.json
+3
-1
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.json
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.json
+8
-0
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.md
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.md
+21
-0
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.json
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.json
+1
-1
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.md
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.md
+4
-4
data/2.小程序中阶/7.表单组件/7.textarea多行输入框组件/exercise.json
data/2.小程序中阶/7.表单组件/7.textarea多行输入框组件/exercise.json
+1
-1
data/2.小程序中阶/7.表单组件/8.picker滚动选择器组件/exercise.json
data/2.小程序中阶/7.表单组件/8.picker滚动选择器组件/exercise.json
+1
-1
未找到文件。
data/2.小程序中阶/7.表单组件/4.radio单选项组件/config.json
浏览文件 @
34934651
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
"node_id"
:
"mini_programs-15f18db6e81b485d8b396c44faad8b97"
,
"node_id"
:
"mini_programs-15f18db6e81b485d8b396c44faad8b97"
,
"keywords"
:
[],
"keywords"
:
[],
"children"
:
[],
"children"
:
[],
"export"
:
[],
"export"
:
[
"exercise.json"
],
"keywords_must"
:
[],
"keywords_must"
:
[],
"keywords_forbid"
:
[],
"keywords_forbid"
:
[],
"group"
:
0
"group"
:
0
...
...
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.json
0 → 100644
浏览文件 @
34934651
{
"type"
:
"code_options"
,
"author"
:
null
,
"source"
:
"exercise.md"
,
"notebook_enable"
:
false
,
"exercise_id"
:
"8ca9e4e2a0c64bf6b1d32fc59f685e19"
}
\ No newline at end of file
data/2.小程序中阶/7.表单组件/4.radio单选项组件/exercise.md
0 → 100644
浏览文件 @
34934651
## 问题描述
指出radio组件的属性
## 答案
change
## 选项
### A
search
### B
click
### C
focus
data/2.小程序中阶/7.表单组件/5.label扩展组件 /config.json
浏览文件 @
34934651
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
"node_id"
:
"mini_programs-afcf1ce63ab34fbd9f987cacf84719fe"
,
"node_id"
:
"mini_programs-afcf1ce63ab34fbd9f987cacf84719fe"
,
"keywords"
:
[],
"keywords"
:
[],
"children"
:
[],
"children"
:
[],
"export"
:
[],
"export"
:
[
"exercise.json"
],
"keywords_must"
:
[],
"keywords_must"
:
[],
"keywords_forbid"
:
[],
"keywords_forbid"
:
[],
"group"
:
0
"group"
:
0
...
...
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.json
0 → 100644
浏览文件 @
34934651
{
"type"
:
"code_options"
,
"author"
:
null
,
"source"
:
"exercise.md"
,
"notebook_enable"
:
false
,
"exercise_id"
:
"d2487803a90d462f87aa560ad3070b4b"
}
\ No newline at end of file
data/2.小程序中阶/7.表单组件/5.label扩展组件 /exercise.md
0 → 100644
浏览文件 @
34934651
## 问题描述
label组件不能绑定哪一个控件
## 答案
picker
## 选项
### A
button
### B
checkbox
### C
radio
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.json
浏览文件 @
34934651
{
{
"type"
:
"code_options"
,
"type"
:
"code_options"
,
"author"
:
null
,
"author"
:
"王天雷"
,
"source"
:
"exercise.md"
,
"source"
:
"exercise.md"
,
"notebook_enable"
:
false
,
"notebook_enable"
:
false
,
"exercise_id"
:
"89a3372d58a34ca99c2383392134db76"
"exercise_id"
:
"89a3372d58a34ca99c2383392134db76"
...
...
data/2.小程序中阶/7.表单组件/6.input输入框组件/exercise.md
浏览文件 @
34934651
...
@@ -4,18 +4,18 @@
...
@@ -4,18 +4,18 @@
## 答案
## 答案
hold-keyboard
last
## 选项
## 选项
### A
### A
auto-blur
send
### B
### B
@focus
search
### C
### C
confirm-hold
next
data/2.小程序中阶/7.表单组件/7.textarea多行输入框组件/exercise.json
浏览文件 @
34934651
{
{
"type"
:
"code_options"
,
"type"
:
"code_options"
,
"author"
:
null
,
"author"
:
"王天雷"
,
"source"
:
"exercise.md"
,
"source"
:
"exercise.md"
,
"notebook_enable"
:
false
,
"notebook_enable"
:
false
,
"exercise_id"
:
"c9b6ec4a165e445daeeb24e3fb3e9548"
"exercise_id"
:
"c9b6ec4a165e445daeeb24e3fb3e9548"
...
...
data/2.小程序中阶/7.表单组件/8.picker滚动选择器组件/exercise.json
浏览文件 @
34934651
{
{
"type"
:
"code_options"
,
"type"
:
"code_options"
,
"author"
:
null
,
"author"
:
"王天雷"
,
"source"
:
"exercise.md"
,
"source"
:
"exercise.md"
,
"notebook_enable"
:
false
,
"notebook_enable"
:
false
,
"exercise_id"
:
"24523df89832401dab668fcfbbcaec11"
"exercise_id"
:
"24523df89832401dab668fcfbbcaec11"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录