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.
我喜欢工作表作为 REPL 的替代品,但我一直在工作表中实现功能,然后将它们复制回实际项目中。如何从当前项目中导入包,以便可以在工作表中调用这些函数?
没有什么特别的事情要做。只需在工作表中定期导入您需要的包。例如:
import com.acme.myproject._
工作表是一个完全常规的源文件,它只是在保存时以一种奇特的方式进行评估。