debug環境下打印


#ifdef DEBUG
#    define NSLog(...) NSLog(__VA_ARGS__)
#else
#    define NSLog(...) {}

#endifplugin



相關文章
相關標籤/搜索