array_rand() 函数可以从数组中按顺序取出多个元素。[br][/br]· 对[br][/br]· 错
举一反三
- array_rand() 函数可以从数组中按顺序取出多个元素。( )
- 关于array_rand() 函数,下列说法中错误的是( )。[br][/br]· A: 第一个参数为指定接收的数组<br>· B: 第二个参数为取出元素的个数,默认为全部取出<br>· C: 如果只取出一个元素,会返回一个随机元素的键名<br>· D: 如果取多个元素,就返回一个包含随机键名的数组
- Look at the following array definition: 看看下面的数组定义: [br][/br]int[] bigNumbers = new int[50]; [br][/br]How many elements does the array have? 数组有多少个元素?[br][/br] Answer: ____。[br][/br]What is the index of the first element in the array? 数组中第一个元素的下标是多少?[br][/br] Answer: ____。[br][/br]What is the index of the last element in the array? 数组中最后一个元素的下标是多少?[br][/br] Answer: ____。
- 在函数中,函数体代码可以存在多个return语句。[br][/br]对[br][/br]错
- 【判断题】 [br][/br] :first-child选择器可以同时获取多个父元素下的子元素。[br][/br] ( ) 对[br][/br] ( ) 错