测试修改
This commit is contained in:
@@ -240,6 +240,10 @@
|
||||
{
|
||||
NSString*hexString=[NSString stringWithFormat:@"%@",[[NSString alloc]initWithFormat:@"%1x",intString]];
|
||||
siWeihexString=[NSString stringWithFormat:@"00%@",hexString];
|
||||
if (hexString.length==1)
|
||||
{
|
||||
siWeihexString=[NSString stringWithFormat:@"000%@",hexString];
|
||||
}
|
||||
|
||||
|
||||
}else if (intString>=260)
|
||||
|
||||
Reference in New Issue
Block a user