此题为判断题(对,错)。
第1题:
A、is, to translate
B、has, to translate
C、is, in translating
D、has, in translating
第2题:
When William hurried home, he found that his mother ____already ____to hospital.
A、has; been sent
B、had; sent
C、has; sent
D、had; been sent
第3题:
第4题:
A.Has-arelationshipsshouldneverbeencapsulated.
B.Has-arelationshipsshouldbeimplementedusinginheritance.
C.Has-arelationshipscanbeimplementedusinginstancevariables.
D.Is-arelationshipscanbeimplementedusingtheextendskeyword.
E.Is-arelationshipscanbeimplementedusingtheimplementskeyword.
F.Anarrayoracollectioncanbeusedtoimplementaone-to-manyhas-arelationship.
G.TherelationshipbetweenMovieandActressisanexampleofanis-arelationship.
第5题:
A.GET_RELATION_PROPERTY
B.SET_RELATION_PROPERTY
C.GET_BLOCK_PROPERTY
D.GET_FORM_PROPERTY
第6题:
设置 d3 力导向图文本时,不可以使用以下哪种方式?
A.xx.text((d)=>{return d.relation});
B.xx.text("hello")
C.xx.text(d.relation);
D.xx.text(function(d)=>{return d.relation});