Solidity 知識小問答:在結構體中嵌套動態數據類型的 `calldata` 和 `memory` 之間的區別。 對於 calldata,偏移量可以是負數,只要最終範圍不超過整個 calldata 的邊界。 對於 memory,偏移量必須小於 `2**64`。
13.14K