ios - swift 这个帮解释下吧
阿神
阿神 2017-04-17 17:14:13
0
1
241

The operator identifier lexer grammar has been revised to simplify the rules
for operators that start with a dot ("."). The new rule is that an operator
that starts with a dot may contain other dots in it, but operators that start
with some other character may not contain dots. For example:

x....foo   --> "x" "...." "foo"
x&%^.foo   --> "x" "&%^"  ".foo"
----------------- 分割线 ------------------
阿神
阿神

闭关修行中......

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!