Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据此,我应该能够有多个这样的导入语句:
import class1, class2, class3, class4 Class MyApp.MyClass {}
代码通过一次导入进行编译,但是一旦我放置多个,代码就无法编译。
什么是正确的语法?
我在文档中找不到它,但是
import (class1, class2, class3, class4) Class MyApp.MyClass {}
似乎工作。
文档 不止一个包,需要带括号