240 发简信
IP属地:江苏
  • swift中NSString、NSIntger、int、float相互转换

    //创建一个String类型对象 var testString = "11.12" //string转Float let testFloat =...