lua 算術運算符對應的元方法

__pow       冪運算         ^ __band     按位與         & __bor        按位或         | __bxor      按位異或     ~ __bnot      按位取反     ~ __shl        向左移位     << __shr        向右移位     >> __len         取長度        #
相關文章
相關標籤/搜索