热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_44229609
JoKer~Y
3 年前
trueweixin_44229609

操作系统说白了就是在内存中放置各种的数据结构,来实现“管理”的功能

CSDN App 扫码分享
分享
3
点赞
打赏
  • 复制链接
  • 举报
下一条:
solidity中mapping的应用。pragma solidity^0.4.0;contract C{ mapping(address=>uint)public balances; function update(uint amount) public returns(uint){ balances(msg.sender)=amount; }contract D{ function fun() public returns(uint){ C c = new C(); c.update(10); return c.balances(address(this); }}加油😘!
立即登录