A、would take
B、take
C、took
D、had taken
第1题:
下列哪一个静态字段表示一周中的第几天。
A.HOUR_OF_DAY
B.WEEK_OF_YEAR
C.WEEK_OF_MONTH
D.DAY_OF_WEEK
第2题:
2、下面选择父元素的第1个子元素的是()
A.E:nth-last-child(1)
B.E:nth-child(1)
C.E:last-child
D.E:only-child
第3题:
下面选择父元素的第1个子元素的是()
A.E:nth-last-child(1)
B.E:nth-child(1)
C.E:last-child
D.E:only-child
第4题:
已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。
A.s->next=s,last=s,last->next=NULL;
B.last->next=s,s->next=NULL,last=s;
C.s->next=NULL, last->next=s, s=last;
D.s->next=last, last->next=NULL,last=s;
第5题:
2、下列哪一个静态字段表示一周中的第几天。
A.HOUR_OF_DAY
B.WEEK_OF_YEAR
C.WEEK_OF_MONTH
D.DAY_OF_WEEK
第6题:
2、选择无序列表项中的最后一个元素应该使用的选择器是
A.ul:only-child
B.li:only-child
C.ul:last-child
D.li:last-child