深入理解 Solidity¶
This section should provide you with all you need to know about Solidity.If something is missing here, please contact us onGitter or make a pull request onGithub.
- Layout of a Solidity Source File
- Structure of a Contract
- Types
- Units and Globally Available Variables
- Expressions and Control Structures
- Contracts
- Solidity Assembly
- Miscellaneous
原文: http://solidity.apachecn.org/cn/doc/v0.4.21/solidity-in-depth.html