This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wangkaiyue
/
browserSpider
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
86a9501e13
Branches
Tags
main
browserSpider
/
program
/
spider
/
scripts
/
demo.lua
demo.lua
118 B
Historique
Raw
1
2
3
4
5
6
7
-- 无头浏览器采集教程
-- 基础
-- lua基础语法,不变
local href="https://www.baidu.com"
print(href)