摘要: View pure修饰符: 使用view与pure不需要gwei view:不能修改链上数据只能访问 pure:不能访问链上数据,被修饰的方法里的变量只能在方法内使用 contract ViewPureExample { uint public age; function increaseAge() 阅读全文
posted @ 2023-01-14 15:43 行者akai 阅读(124) 评论(0) 推荐(0)