質問編集履歴

4

誤字

2015/11/05 06:24

投稿

edoooooo
edoooooo

スコア476

test CHANGED
@@ -1 +1 @@
1
- out.println("<a href=¥"/i/CounterServlet¥">更新</a>);で、エラーが出ます。よろしくお願いします。
1
+ out.println("<a href=¥"/i/CounterServlet¥">更新</a>");で、エラーが出ます。よろしくお願いします。
test CHANGED
File without changes

3

言い回しを修正

2015/11/05 06:24

投稿

edoooooo
edoooooo

スコア476

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  out.println("<a href=¥"/i/CounterServlet¥">更新</a>”);
2
+
3
+ のコードで
2
4
 
3
5
 
4
6
 

2

質問文の修正

2015/11/05 06:22

投稿

edoooooo
edoooooo

スコア476

test CHANGED
File without changes
test CHANGED
@@ -1 +1,13 @@
1
1
  out.println("<a href=¥"/i/CounterServlet¥">更新</a>”);
2
+
3
+
4
+
5
+ Multiple markers at this line
6
+
7
+ - i cannot be resolved to a variable
8
+
9
+ - Syntax error on token "">更新</a>"", delete this
10
+
11
+ token
12
+
13
+ というエラーが出てしまいます。原因がわかりましたらどうぞ、よろしくお願いします。

1

回答に対しての新しい質問のため、

2015/11/05 06:08

投稿

edoooooo
edoooooo

スコア476

test CHANGED
@@ -1 +1 @@
1
- out.println("<a href=¥"/i/CounterServlet¥">更新</a>)";で、エラーが出ます。よろしくお願いします。
1
+ out.println("<a href=¥"/i/CounterServlet¥">更新</a>);で、エラーが出ます。よろしくお願いします。
test CHANGED
@@ -1,9 +1 @@
1
- out.println("<a href=¥"/i/CounterServlet¥">更新</a>)";
1
+ out.println("<a href=¥"/i/CounterServlet¥">更新</a>);
2
-
3
-
4
-
5
- >更新</a>)"; の部分に赤い波線がつき、Syntax error on token "">更新</a>"",)expected隣ってしまいます。
6
-
7
-
8
-
9
- それに i の部分にも赤線がつき、i cannot be resolvet to a variable 隣ってしまいます。 申し訳ありませんがどうぞよろしくお願いします。