Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题,我似乎无法在任何地方找到答案:
Facebook SDK 分数整数中的分数的最大值是多少?即:整数是多少位?32?64?我在任何地方都找不到这个。
提前致谢。
图 API 中的整数是 32 位长并且是有符号的,所以最大值是 2147483647。
2147483647