Solidity 手册
new
string
string[] myarray = ["a", "b"];
struct
enum
structs
for loops
substring
indexOf
charAt
ContractB b;
b.doSomething();
.call()
uint
undefined
memory
bytes32
bytes32 somevar = "stringliteral";
bytes
arrayname.length = 7;
Value must be an lvalue
string[]
相关文档
本章将深入介绍 Solidity 语言特性的所有细节。
如果你发现缺少了什么,请在 Gitter 上联系我们; 或者在 英文 Github 中文版翻译地址GitHub 上创建 pull request 。