简体   繁体   English

从网站数据库导入数据

[英]Import Data From Website Database

What I am Trying to do is import data into excel from a web query. 我要尝试的是从Web查询将数据导入excel。 The problem that i face is that the ip address (ex. 10.10.111.20) only shows page 1 with only 20 rows of entry data. 我面临的问题是IP地址(例如10.10.111.20)仅显示第1页,只有20行输入数据。 i can click page2 and it show the page2 and so on. 我可以单击page2,它显示page2,依此类推。 what i am trying to do is either select all pages and export all data into excel or create a unique url 我想做的是选择所有页面并将所有数据导出到excel或创建一个唯一的URL

http://10.10.111.20/?javascript:_doPostBack ('GridView1','Page$2')< http://10.10.111.20/?javascript:_doPostBack('GridView1','Page $ 2')<

I was having no luck it would just show still the 1st page 我没有运气,它只会显示第一页

Inspect that link for "next page" or "page 2", what is behind it, what does it link to? 检查该链接的“下一页”或“第2页”,其背后是什么,它链接到什么? With any luck it uses GET, and you will have the URL that you need to use to get each page. 运气好的话,它使用GET,您将拥有获取每个页面所需的URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM