iOS 过滤字符串

 
//表示去掉字符串中的/符号
 sysdate:[[self Gettime:strbegindate] stringByReplacingOccurrencesOfString:@"/" withString:@""]];

 

posted on 2023-03-02 09:16  高彰  阅读(43)  评论(0)    收藏  举报

导航