回答編集履歴

1

修正

2020/09/12 03:05

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  string = OpenURI.open_uri('任意のアドレス').read
12
12
 
13
- html = string.encode('utf-8', string.encoding)
13
+ html = string.encode('utf-8', 'EUC-JP')
14
14
 
15
15
  ```
16
16