摘要:
1 NSError *error = nil; 2 NSData* videoData = [NSData dataWithContentsOfURL:[NSURL URLWithString:self.recordFilePath] options:0 error:&error]; 3 ... 阅读全文
2015年9月15日
摘要:
方法1,在代码中操作this.totalTextview = (TextView) findViewById(R.id.package_total_money); double decimalBalance = Math.round((balance/10f))/100f; DecimalF... 阅读全文