• 2022-06-08
    ●在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是(70)。
    A:
    B:
    C:
    D:
  • B

    内容

    • 0

      在Servlet中使用语句“response.sendRedirect("test/main.jsp");”实现页面重定向时,如果当前Servlet位于为本机项目的test的子目录test中,则实际重定向的页面URL为( ) A: http://localhost:8080/main.jsp B: http://localhost:8080/test/main.jsp C: http://localhost:8080/test/test/main.jsp D: http://localhost:8080/test/test/test/main.jsp

    • 1

      创建名为test数据库的MYSQL命令是( ) A: drop database test B: create database test C: create test D: show test

    • 2

      给出如下类定义: public class test { test(int k) { } }如果要创建一个该类的对象,正确的语句是: A: test obj1 = new test('5 '); B: test obj1 = new test(5); C: test obj1 = new test(3.4); D: test obj1 = new test();

    • 3

      某站点的根目录下包含-一个名称为test的文件夹和一个index.htm1文件,文件夹中包含一info.html文件,假定要从index.htm1链接info.html,正确的链接地址为()。 A: test/index.html B: ./test/index.html C: /test/info.html D: test/info.html

    • 4

      【单选题】在 bash 中,下列哪些语句是赋值语句? A. a   ="test" B. $a  =  "test" C. a="test" D. $a  ="test"