测试 google 图片能否长久使用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Configure and rename to "config.js" | |
| // Create an empty file called "sentry" in same directory | |
| // Have steamguard code = "" to start | |
| // Fill in the steamguard code after receiving it | |
| // After successfully logging in, return steamguard code to "" | |
| var config = {}; | |
| config.steam_name = ""; // KelbyLee | |
| config.steam_user = ""; // KelbyLee | |
| config.steam_pass = ""; // ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'headless' | |
| require 'watir' | |
| require 'csv' | |
| require 'nokogiri' | |
| browser ||= Watir::Browser.new :chrome, headless: true | |
| CSV.open("fmz-strategies-square.csv", "wb") do |csv| | |
| 11.times do |page_number| | |
| page_url = "https://www.fmz.com/square/-1/#{page_number + 1}?lang=zh_CN" |
---- 乘法:备选 ----
1303
1404
1505
1606
2204
2306
2408
2510
OlderNewer


