• 2021-04-14
    智慧职教:os.path.split("d:\\dd\\student.txt")语句的运行结果是:      。
  • ('d:\\d','student.txt')("d:\\d",“student.txt")

    内容

    • 0

      智慧职教: 要在基本表student中增加一列address,可以语句( )。

    • 1

      智慧职教: 定义数组如下:String[ ] s = {"ab", "cd", "ef"}; 运行语句 System.out.println(s[3]); 程序运行的结果为( )。

    • 2

      执行语句print(('2020-01-01'.split('-'))[2])的结果为___________。

    • 3

      智慧职教: 在student表中添加主键约束。完成下面SQL语句。 table student add constraint pk_stuno                       (stuno)

    • 4

      智慧职教: 统计student表中有联系电话(tel)的记录的条数的语句为