- 運営しているクリエイター
2022年8月の記事一覧
【プログラム配布】10行のプログラムでWebサイトをスクレイピングしてみよう!
const spreadsheet = SpreadsheetApp.openById("スプレッドシートのID")const sheet = spreadsheet.getSheetByName('シート1')function scrape() { let content = UrlFetchApp.fetch("https://fuku-fk.com/").getContentText();
もっとみる