PRId64 表示64位整数,在32位系统中表示long long int,在64位系统中表示long int。相当于: printf("%" "ld" "\n", value); //64bit...
確定! 回上一頁