1115 视频的阅读数目 更改
Posted zhen_zhen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1115 视频的阅读数目 更改相关的知识,希望对你有一定的参考价值。
NSString *readStr=[NSString stringWithFormat:@"%@", [newsLIST objectForKey:@"readnum"]];
NSString *readDa = readStr;
if (readStr.length>=5) {
NSInteger redNum = [readStr integerValue];
NSString *one,*two;
NSInteger onee = redNum/10000;
one = [NSString stringWithFormat:@"%zd",onee];
NSInteger twoo = redNum%10000;
twoo = twoo/1000;
two = [NSString stringWithFormat:@"%zd",twoo];
if (one.length>1) {
readDa=[NSString stringWithFormat:@"%@万",one];
}else{
readDa=[NSString stringWithFormat:@"%@.%@万",one,two];
}
}else{
readDa=[NSString stringWithFormat:@"%@", [newsLIST objectForKey:@"readnum"]];
}
以上是关于1115 视频的阅读数目 更改的主要内容,如果未能解决你的问题,请参考以下文章
office选项-》高级-》显示 中, 显示此数目的“最近使用的文档” 为灰色,无法更改
MATLAB使用reshape函数的时候出了问题 要执行 RESHAPE,请勿更改元素数目.