什么是数据绑定?

发布于 2024-07-05 01:46:11 字数 15 浏览 8 评论 0原文

什么是数据绑定?

What is a data binding?

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

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

发布评论

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

评论(1

如痴如狂 2024-07-12 01:46:11

绑定通常是指一个事物到另一个事物的映射 - 即数据源到表示对象。 它通常指将数据库或类似源(XML 文件、Web 服务等)中的数据绑定到演示控件或元素 - 想想 HTML 中的列表或表格、组合框或桌面软件中的数据网格。

您通常必须将表示元素绑定到数据源,而不是相反。 这将涉及某种映射 - 即您希望数据源中的哪些字段出现在输出中。

有关多种环境的更多信息,请参阅:

Binding generally refers to a mapping of one thing to another - i.e. a datasource to a presentation object. It can typically refer to binding data from a database, or similar source (XML file, web service etc) to a presentation control or element - think list or table in HTML, combo box or data grid in desktop software.

You generally have to bind the presentation element to the datasource, not the other way around. This would involve some kind of mapping - i.e. which fields from the datasource do you want to appear in the output.

For more information in a couple of environments see:

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