ISO货币列表

发布于 2024-12-04 15:19:50 字数 195 浏览 2 评论 0原文

我正在开发一个网络应用程序,我需要在下拉列表中显示所有货币。我相信很多人以前都这样做过。我想知道实现这一目标的最佳方法是什么?有没有一个 jquery 插件可以给我一个可用货币的列表?我是否需要从某处获取列表并将数据存储在 mysql 表中,如果需要,是否有这样的参考表可用?

技术堆栈

Spring MVC 3.0 休眠

谢谢

I am developing a web app and I need to show all the currencies in the dropdown list.I am sure many people have done this before. I was wondering whats the best way to achieve this? Is there a jquery plugin that will give me a list of available currencies? Do I need to get the list from somewhere and store data in mysql table, if so, is there such reference table available ?

Tech Stack

Sprng MVC 3.0
Hibernate

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

依 靠 2024-12-11 15:19:50

ISO 网站链接ISO 4217 维护机构。后者包含 XLS 和 XML 格式的货币列表以及名称、代码等。您可以使用它来填充参考数据。

现在,有281个代码。将它们全部粘贴到下拉框中是否会产生可用的 UI 还有待观察。

The ISO web site links to the Web site of the ISO 4217 Maintenance agency. The latter has the list of currencies in XLS and XML formats, along with names, codes etc. You could use that to populate your reference data.

Now, there are 281 codes. Whether sticking them all into a drop-down box would result in usable UI remains to be seen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文