从浏览和创建临时表中获取值
我有一个动态浏览器。它将根据通过 UI 给出的某些输入动态填充值。
现在我想获取该浏览中显示的值并为其创建一个临时表。 请帮忙
I have a dynamic Browser.It will populate values dynamicaly based on some input given through UI.
Now i wan to get the values displayed in that Browse and make a temp-table for that.
please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要添加新值,您首先要在临时表中插入一个新行,然后安排更新该行。下面的代码很难看,但可以用来说明:
To add new values you first insert a new row into the temp-table and then arrange to update that row. The following code is ugly but it may serve to illustrate: