質問するログイン新規登録

質問編集履歴

1

訂正

2019/08/17 00:59

投稿

ueshima900
ueshima900

スコア27

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
  ## コード
6
6
  function myFunction() {
7
7
 
8
- var url='https://www.udemy.com/courses/development/'
8
+ var url='https://www.udemy.com/'
9
9
 
10
10
  var response = UrlFetchApp.fetch(url);
11
11
  var content = response.getContentText('UTF-8');