摘要:
local MaskUtil = {} function MaskUtil.Value(maskBit) return 2 ^ (maskBit) end 是否包含某个mask值 function MaskUtil.HasValue(allMasks, mask) return allMasks % 阅读全文
摘要:
luacurl.c文件定义处的ALL_CURL_OPT展开 /* wrap curl option with simple option type */ #define C_OPT(n, t) /* wrap curl option with string list type */ #define 阅读全文