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