• 2022-06-15 问题

    下面强制类型转换正确的是 A: floatprice=12.45f;intp=(int)price; B: floatprice=12.45f;intp=Convert.ToInt32(price); C: strings=12345;inti=int.Parse(s); D: 其它都正确

    下面强制类型转换正确的是 A: floatprice=12.45f;intp=(int)price; B: floatprice=12.45f;intp=Convert.ToInt32(price); C: strings=12345;inti=int.Parse(s); D: 其它都正确

  • 1