跳到主要内容
MiraScript
入门教程
API 文档
速查手册
在线编辑器
语言参考
运算符
::
::
::
用于扩展调用。
"Hello"::chars()::join(""); // 相当于 join(chars("Hello"), "");
上一页
:
下一页
,