NSLog Release 2023-10-07 本文已影响0人 pockyzhang //将下面的代码插入到pch文件中即可 ifndef OPTIMIZE define NSLog(…) NSLog(VA_ARGS) else define NSLog(…) {} endif