[cover-view]组件是可以覆盖在原生组件上的视图,其内部可以包含的组件不包括以下哪个?
未知类型:{'options': ['[canvas]', '[button]', '[cover-image]', '[cover-view]'], 'type': 102}
未知类型:{'options': ['[canvas]', '[button]', '[cover-image]', '[cover-view]'], 'type': 102}
举一反三
- 下列哪一项表示的不是按钮。( ) 未知类型:{'options': ['[input type="submit"]', '[input type="reset"]', '[input type="image"]', '[input type="button"]'], 'type': 102}
- [icon]是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标? 未知类型:{'options': ['[icon type="search" size="40" color="red"][/]', '[icon type="search" size="40px" color="red"][/]', '[icon type="discover" size="40" color="red"][/]', '[icon type="discover" size="40px" color="red"][/]'], 'type': 102}
- 可以在以下哪个( )标记之间插入变量与方法声明? 未知类型:{'options': ['[% 和 %]', '[%! 和 %]', '[/ 和 %]', '[% 和 /]'], 'type': 102}
- PHP 服务器脚本由哪个分隔符包围? 未知类型:{'options': ['[?php]...[/?]', '...', '[?php…?]', '[&]...[/&]'], 'type': 102}
- 在下列的 HTML 中,哪个可以插入图像? 未知类型:{'options': ['[img href="image.gif"]', '[image src="image.gif"]', '[img src="image.gif"]', ''], 'type': 102}