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.
我想在后端(jvm)和前端(js)上使用相同的算法。该算法需要一些日期/时间操作,因此将依赖于一些外部库。对于 js,jvm 有类似“moment”的东西,有标准的“java.time”。
我想出唯一的方法是使用“平台特定声明”并基本上在java中实现js库的api或其他方式(至少我正在使用的部分)。这是唯一的方法还是有更便宜/更智能的方法?或者最便宜的方法是在 nodejs 中编写另一个微服务?
你试过klock吗?
Kotlin 的多平台日期和时间库https://korlibs.soywiz.com/klock/
https://github.com/korlibs/klock