摘要:
1. Type 'Any' has no subscript members 这一条简直莫名其妙。大体意思就是,你这个类型"Any"不是个数组或者字典,不能按照下标取东西。 我之前通过一个方法默认创建了一个字典,编译器也认为这是个字典,所以允许我取东西,但是现在编译器翻脸了,说你必须告诉我这是个字典 阅读全文
摘要:
1. Linux On Linux, you can use one of these command lines: love /home/path/to/gamedir/ love /home/path/to/packagedgame.love love /home/path/to/gamedir 阅读全文
摘要:
1. The _ is used to define that the parameter is not named If you have multiple _ it states that you do not need to name the parameters in your functi 阅读全文