gpt4 book ai didi

c# - asp.net 如何从html表中插入数据到数据库中

转载 作者:可可西里 更新时间:2023-11-01 14:53:25 26 4
gpt4 key购买 nike

如何将 HTML 表格中的数据添加到数据库中?

我的表是这样的:

html += "<table>";
html += "<tr><th>" + "A" + "</th><th>" + "B" + "</th><th>" + "C" + </th></tr>";
html += "<tr><td>" + "0" + "</td><td>" + "1" + "</td><td>" + "2" + </td></tr>";
html += "</table>";

我从服务器端调用 HTML。

最佳答案

如果你喜欢纯 HTML,你可以使用像 Knockout.js 这样的 JavaScript 框架。 Knockout.js 允许您使用 JavaScript View 模型将数据注入(inject) HTML。可以将按钮单击分配给 View 模型中的 JavaScript 函数。 JavaScript 函数可以执行 AJAX post 以调用服务器端的 Controller 操作方法 - 这会将数据插入数据库。

关于敲除的更多信息,查看http://knockoutjs.com

关于c# - asp.net 如何从html表中插入数据到数据库中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14453472/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com