2024-10-28から1日間の記事一覧

ダム貯水率

function myFunction() { const today = new Date(); const ymd = Utilities.formatDate(today, 'JST', 'yyyyMMdd'); const url = 'https://www.river.go.jp/kawabou/file/files/tmlist/dam/' + ymd + '/1205/0972900700006.json'; const response = UrlFetc…