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.
是否可以通过参数传递直接从scala JVM调用scala JS函数?
我想在浏览器中执行一些 javascript 代码,例如在浏览器中呈现并通过将向量参数传递给 javascript 函数从 scala jvm 使用的绘图 javascript 库。
我还没有找到解决这个话题的任何来源。