以上三个的注释可以从下面的代码依据个数拷贝和删除:
/** * <#comment#> * * @param <#one#> * * @param <#two#> * * @param <#three#> * * @return */
NSLog(@"%@",<#NSObjective#>);
NSLog(@"%lu",(unsigned long)<#n#>);
NSLog(@"<#String#>");
本文共 211 字,大约阅读时间需要 1 分钟。
以上三个的注释可以从下面的代码依据个数拷贝和删除:
/** * <#comment#> * * @param <#one#> * * @param <#two#> * * @param <#three#> * * @return */
NSLog(@"%@",<#NSObjective#>);
NSLog(@"%lu",(unsigned long)<#n#>);
NSLog(@"<#String#>");
转载地址:http://pzefa.baihongyu.com/