回答編集履歴

2

修正

2018/06/11 10:15

投稿

keicha_hrs
keicha_hrs

スコア6768

test CHANGED
@@ -20,17 +20,9 @@
20
20
 
21
21
  ```html
22
22
 
23
- <html>
24
-
25
- <body>
26
-
27
23
  <applet code="kuboyama.kubotatsu.class" width="300" height="100">
28
24
 
29
25
  </applet>
30
-
31
- </body>
32
-
33
- </html>
34
26
 
35
27
  ```
36
28
 

1

Windowsだと\の方がいいのか?

2018/06/11 10:15

投稿

keicha_hrs
keicha_hrs

スコア6768

test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  ```
44
44
 
45
- work>javac kuboyama/kubotatsu.java
45
+ work>javac kuboyama\kubotatsu.java
46
46
 
47
47
  work>appletviewer index.html
48
48