iOS 关于单例执行问题 2020-09-07 本文已影响0人 oc123 dispatch_once_t 在整个app存在期间只执行一次,默认onceToken 为0 执行一次后为-1 ,如果需要再次执行则需要 设置 onceToken 为非 0