In a new school, Liu Hui wonders how to build a good relationship with his new classmates and is asking for Li Hua's advice._
LI HUA:Hi, Liu Hui. Have you got something on your __1___
LIU HUI:Hmmm, I'm ... a little ... upset.
LI HUA:Anything wrong It's only the___2__ of the first semester . How are you getting on with your school life
LIU HUI:My classmates are from different places, with all those different backgrounds . I'm not___3__ how to get along with them.
LI HUA:That's not difficult. Try your___4__ to find common topics to talk with them about.
LIU HUI:What kind of common topics
LI HUA:Hobbies, games, hometown, family and so on.
LIU HUI:Well. I see. Breaking the ice is a good way to make ___5__. Thank you very much.
LI HUA:My pleasure.
第1题:
YouhavethreecomputersthatrunWindows7.YouuseWindowsPowerShelltoperformremoteadministrationtasksonallthreecomputers.YouneedtoremotelyadministerallthreecomputersbyusingPowerShell.WhichPowerShellcmdletshouldyouuse?()
A.Enable-PSRemoting
B.Enable-PSSessionConfiguration
C.New-PSDrive
D.New-PSSession
第2题:
在用new创建内部类实例时,要在 new前面冠以对象变量。
第3题:
在用new创建内部类实例时,要在new前面冠以对象变量
第4题:
第5题:
以下哪句代码可以点击后打开新页面new.wxml(非tab页面),并且新页面带有返回箭头可以返回前一页?
A.<navigator url='pages/new/new' open-type='redirect'></navigator>
B.<navigator url='pages/new/new' open-type='switchTab'></navigator>
C.<navigator url='pages/new/new' open-type='navigate'></navigator>
D.<navigator url='pages/new/new' open-type='reLaunch'></navigator>
第6题:
打开名为 "window2" 的新窗口的 JavaScript 语法是?
A.open.new("http://www.w3school.com.cn","window2")
B.new.window("http://www.w3school.com.cn","window2")
C.new("http://www.w3school.com.cn","window2")
D.window.open("http://www.w3school.com.cn","window2")