A. document.write('hello world!') B. response.write('hello world!') C. print('hello world!') D. console.log('hello world!')
A. script B. head C. body D. style
A. 12 B. null C. undefined D. a
A. 等同于: [2] B. 声明一个数组长度是2的空数组 C. 声明一个元素是2的数组 D. 无效数组