A. 对 B. 错
A. select Code as ‘代号’ from users; B. update users set Code=’p002’ where Code=’p001’; C. create table 表名(Code int primary key); D. insert into users values(‘p001’,’张三’,’男’);
A. for循环能够遍历关联数组只能遍历索引数组 B. foreach()遍历数组的时候可以同时遍历出key和value C. each()函数可以返回数组里面的下一个元素 D. list()函数可以写在等号左侧
A. apache B. IIS C. tomact D. weblogic
A. \t B. \r C. \$ D. \n
A. 10 B. 11 C. 9 D. 12
A. 3 B. 2 C. 1 D. 0
A. no B. yes C. 0 D. 1