创建monkey对象:monkey=Monkey()调用monkey对象的name属性,选项正确的是
A: monkey.name()
B: Monkey.name()
C: monkey.name
D: Monkey.name
A: monkey.name()
B: Monkey.name()
C: monkey.name
D: Monkey.name
举一反三
- The monkey trial is also the name of the trial, which involved the different ideas of the origin of man.
- Why did all the monkey bowed to Monkey and said: "All hail the Monkey King?"
- Why did the monkey do so? The monkey wanted to know if the professor _______________.
- monkey
- 定义Javacsript 数组的方法正确的是( )。 A: var arrayList={“cat”,”dog”,”monkey”}; B: var arrayList=new Array {“cat”,”dog”,”monkey”}; C: var arrayList= new Array (“cat”,”dog”,”monkey”); D: var arrayList= new Array [“cat”,”dog”,”monkey”];