File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ Solidity 合约类似于面向对象语言中的类。合约中有用于数据
110110函数和状态变量有四种可见性类型。
111111函数可以指定为 ``external `` ,``public `` ,``internal `` 或者 ``private ``,默认情况下函数类型为 ``public ``。
112112对于状态变量,不能设置为 ``external `` ,默认是 ``internal `` 。
113+
113114``external `` :
114115 外部函数作为合约接口的一部分,意味着我们可以从其他合约和交易中调用。
115116 一个外部函数 ``f `` 不能从内部调用(即 ``f `` 不起作用,但 ``this.f() `` 可以)。
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Solidity 是静态类型语言,支持继承、库和复杂的用户定义类
2323
2424本文档由社区志愿者翻译成多种语言,但是 `英语版本 <https://github.com/ethereum/solidity/blob/develop/docs/index.rst >`_ 作为主要参考。
2525
26- * `简体中文版 <https://solidity-cn.readthedocs.io/ >`_
26+ * `简体中文版 <https://solidity-cn.readthedocs.io/ >`_ (由 ` HiBlock Community < http://hiblock.one/ >`_ 贡献者翻译)
2727* `西班牙语版 <https://solidity-es.readthedocs.io >`_
2828* `俄语版 <https://github.com/ethereum/wiki/wiki/%5BRussian%5D-%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity >`_ (已过时)
2929* `韩语版 <http://solidity-kr.readthedocs.io >`_ (in progress)
You can’t perform that action at this time.
0 commit comments