下面哪个标签()是JSP静态包含的形式?
未知类型:{'options': ['[jsp:include]', '[%@include %]', 'include', '[@include]'], 'type': 102}
未知类型:{'options': ['[jsp:include]', '[%@include %]', 'include', '[@include]'], 'type': 102}
举一反三
- 以下通过JSP的include指令来引入这些抽取出的JSP页面方式正确的是() 未知类型:{'options': ['[%@include file="head.jsp"%]', '[% @include file="head.jsp"%]', '[%@ include file="head.jsp"%]', '[ %@include file="head.jsp"% ]'], 'type': 102}
- 下面哪个方法不属于JSP指令:() 未知类型:{'options': ['', '[%@include\u2002file=”head.jsp”%]', '[%@taglib\u2002uri=”/struts.tags”\u2002prefix=”s”%]', '[%@page\u2002contectType=”texthtml,charset=gb2312”%]'], 'type': 102}
- 下面哪个()是用来获取已创建的JavaBean组件的属性值? 未知类型:{'options': ['[jsp:include]', '[jsp:getProperty]', '[JavaBean:setProperty ]', '[JavaBean:getProperty]'], 'type': 102}
- 下面哪个标签()是JSP静态包含的形式? A: <;jsp:include>; B: <;%@include %>; C: include D: <;@include>;
- 引用文件 "time.inc" 的正确方法是( )。 未知类型:{'options': ['[?php require("time.inc"); ?]', '[!--include file="time.inc"--]', '[?php include_file("time.inc"); ?]', '[% include file="time.inc" %]'], 'type': 102}