diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..743d3304eff8b3558670b31480fe63872ec1e385 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/4.switch\345\274\200\345\205\263\347\273\204\344\273\266 /exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +map组件中支付缩放的是哪个属性 + +## 答案 + +enable-zoom + +## 选项 + +### A + +enable-scroll + +### B + +enable-zoom + +### C + +enable-rotate + +### D + +enable-overlooking diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" index 00468c083374393c2ce0b0de8290cfae87dc5a2c..96c9e7adc16aab0d9e386b2f73d7784fb1747aea 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/config.json" @@ -2,7 +2,9 @@ "node_id": "mini_programs-2e386fd554254c1396786bf5d5b6b6c2", "keywords": [], "children": [], - "export": [], + "export": [ + "exercise.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" new file mode 100644 index 0000000000000000000000000000000000000000..3a358295e6d3a4181cef72fa083ff3c88e3144d1 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "exercise.md", + "notebook_enable": false, + "exercise_id": "ba8e790b5bf0429da32c6d9696b5dcfc" +} \ No newline at end of file diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..743d3304eff8b3558670b31480fe63872ec1e385 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/6.\350\247\206\345\233\276\347\273\204\344\273\266/5.map\345\234\260\345\233\276\347\273\204\344\273\266/exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +map组件中支付缩放的是哪个属性 + +## 答案 + +enable-zoom + +## 选项 + +### A + +enable-scroll + +### B + +enable-zoom + +### C + +enable-rotate + +### D + +enable-overlooking diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" index 76af5b580d5ace8b960144efe7bd098adedb94f2..21f1ab11be030a9372d74d7a98be1e5ef9af5cea 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/config.json" @@ -2,7 +2,9 @@ "node_id": "mini_programs-04a7e8ebbf084a93916a4551b9a6c617", "keywords": [], "children": [], - "export": [], + "export": [ + "exercise.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" new file mode 100644 index 0000000000000000000000000000000000000000..688bd9442a816619d9414521bfad90ddebb41ef9 --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "exercise.md", + "notebook_enable": false, + "exercise_id": "b894657e7e814e36ac408f20b2721726" +} \ No newline at end of file diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..ad667c269e9c43bab641dd182563006f664513db --- /dev/null +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/1.form\350\241\250\345\215\225\347\273\204\344\273\266/exercise.md" @@ -0,0 +1,25 @@ +## 问题描述 + +form组件中,使用哪个属性获取需要提交的字段 + +## 答案 + +name + +## 选项 + +### A + +key + +### B + +value + +### C + +name + +### D + +switch diff --git "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" index 39fd9c1c969472b7413903f11e4aa1b961a86597..954bdf6acb047ea6ea06e99c70e62b0b1e3e4975 100644 --- "a/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" +++ "b/data/2.\345\260\217\347\250\213\345\272\217\344\270\255\351\230\266/7.\350\241\250\345\215\225\347\273\204\344\273\266/2.button\346\214\211\351\222\256\347\273\204\344\273\266 /exercise.md" @@ -4,18 +4,22 @@ ## 答案 -change +@opensetting ## 选项 ### A -value +@launchapp ### B -checked +@addgroupapp ### C -color +@contact + +### D + +@getuserinfo