php中把a转化为浮点正确的是()
a $a=1; $a=$a(float);
b $a=1; $a=$a[float];
c $a=1; $a=[float]$a;
d $a=1; $a=(float)$a;
破晓的曙光
相关分类