Update part2_Solidity基础.md

This commit is contained in:
chenkai66 2021-03-09 02:05:04 +08:00 committed by GitHub
parent 6a3bf95e0a
commit 8fcd8c26a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -984,7 +984,7 @@ contract C {
## 四、练习题
### 4.1`将固定长度字节数组转化为`string类型
### 4.1 将固定长度字节数组转化为`string`类型
```javascript
pragma solidity ^0.4.0;
@ -998,7 +998,8 @@ contract bytes32tostring{
}
```
### 4.2
### 4.2 实现一个带有简单逻辑判断及多种数学运算的Solidity程序
**参考自:**
@ -1009,4 +1010,4 @@ contract bytes32tostring{
[INlinKC](https://blog.csdn.net/weixin_45067603)
https://ethfans.org/wikis/Home
3. 以太坊solidity学习记录: [https://blog.csdn.net/weixin_45067603/article/details/105726491](https://blog.csdn.net/weixin_45067603/article/details/105726491)
4. [尚硅谷区块链全套Go语言→GoWeb→以太坊→项目实战](https://www.bilibili.com/video/BV1sJ411D72u)
4. [尚硅谷区块链全套Go语言→GoWeb→以太坊→项目实战](https://www.bilibili.com/video/BV1sJ411D72u)