作业一、php变量的8种数据类型 4种标量类型 (int,string,bool,float)2种复合类型(数组,对象) 2种特殊类型(null,resource) 二、php变量类型的转换 强制转换(属于临时转换)$a='3';(int)$a;...