sizeof() is a compile-time constant. It has no concept of data at runtime. sizeof(payload) is the byte size of your payload variable, ...
確定! 回上一頁