修改11944题面

This commit is contained in:
wangweiye7840 2023-11-07 15:00:21 +08:00
parent 131fd8f503
commit a2cc60138b
1 changed files with 3 additions and 2 deletions

View File

@ -326050,7 +326050,7 @@
}, },
"011944": { "011944": {
"id": "011944", "id": "011944",
"content": "判断函数$y=\\begin{cases} x(x+1)x>0, \\\\ x(1-x)x<0 \\end{cases}$的奇偶性, 并说明理由.", "content": "判断函数$y=\\begin{cases} x(x+1), & x>0, \\\\ x(1-x), & x<0 \\end{cases}$的奇偶性, 并说明理由.",
"objs": [], "objs": [],
"tags": [ "tags": [
"第二单元" "第二单元"
@ -326062,7 +326062,8 @@
"usages": [], "usages": [],
"origin": "空中课堂必修第一册例题与习题", "origin": "空中课堂必修第一册例题与习题",
"edit": [ "edit": [
"20220901\t王伟叶" "20220901\t王伟叶",
"20231107\t王伟叶"
], ],
"same": [], "same": [],
"related": [], "related": [],