如果想在JSP页面声明一个名字为name的变量应该使用( )标签。
未知类型:{'options': ['[c:if]', '[c:set]', '[c:out]', '[c:froEach]'], 'type': 102}
未知类型:{'options': ['[c:if]', '[c:set]', '[c:out]', '[c:froEach]'], 'type': 102}
举一反三
- 如果要遍历一个数组中的所有元素需要( )标签。 未知类型:{'options': ['[c:if]', '[c:set]', '[c:out]', '[c:forEach]'], 'type': 102}
- 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“ test”,正确的超链接语句是( )。 未知类型:{'options': ['[a href=”test ”][/]', '[a href=”#test ”][/]', '[a name=”test ”][/]', '[a name=”#test ”][/]'], 'type': 102}
- Python语句pint(type([]))的输出结果是() 未知类型:{'options': ["[ class 'tuple‘]", "[class'dict']", "[ class 'set]", "[class 'list']"], 'type': 102}
- 下面HTML标签中,()是导航标签。 未知类型:{'options': ['[nav][/]', '[a href=””]', '[nva][/]'], 'type': 102}
- 在HTML中,()是段落标签。 未知类型:{'options': ['[HTML]….[/]', '[HEAD]…..[/]', '[BODY]…..[/]', '[P]…[/]'], 'type': 102}