我发现
this part of an answer真的很混乱.大多数答案都是一些基本规则的特殊情况,例如javascript的“333”“222”==“333222”但“333” – “222”= 111,其中用于字符串连接很有用.
$[
— change your array base from 0-based to 1-based to 42-based: WHEEE!
基于42的数组索引的用例是什么?只是一个搭便车的银河参考指南/令人难以置信的邪恶复活节彩蛋,或者实际上有用吗?
解决方法
如果你这样做
$[ = 42
你将数组索引的“基数”设置为42;所以可以通过执行来请求数组的第一个元素
$something[42]
代替
$something[0]
显然,如果您想要,或者您需要,或者您只是那样但也不能,这非常有用.因此,它was deprecated to the ninth circle of deprecation hell.