floatf;Strings;现需要把float转化为String,正确的语句是()
A:s=String.valueOf(f);
B:f=Float.parseFloat(s);
C:s=f;
D:s=(String)f;
出自:计算机科学