質問編集履歴
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
});
|
32
32
|
|
33
33
|
function showPage(id) {
|
34
|
-
page = new Page(id);
|
34
|
+
const page = new Page(id);
|
35
35
|
page.show();
|
36
36
|
}
|
37
37
|
```
|