Golang读取HTML中Table数据到二维数组
2021-05-13 12:27
阅读:421
标签:htm 输出 main ret 维数 dom style ack string
利用goquery读取html中指定ID的数据保存至二维数组中。
代码如下:
1 package main 2 3 import ( 4 "fmt" 5 "log" 6 "strings" 7 "io" 8 9 "github.com/PuerkitoBio/goquery" 10 ) 11 12 func main() { 13 html := ` 14 15
one | 18two | 19three | 20
3 | 234 | 245 | 25
八 | 28九 | 29十 | 30
百 | 33千 | 34万 | 35
100 | 38200 | 39300 | 40
输出结果如下:
Golang读取HTML中Table数据到二维数组
标签:htm 输出 main ret 维数 dom style ack string
原文地址:https://www.cnblogs.com/merrynuts/p/13130204.html
上一篇:c++ 重载运算符
下一篇:C++ 返回const对象
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Golang读取HTML中Table数据到二维数组
文章链接:http://soscw.com/index.php/essay/85129.html
文章标题:Golang读取HTML中Table数据到二维数组
文章链接:http://soscw.com/index.php/essay/85129.html
评论
亲,登录后才可以留言!