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程序
**参考自:**