0
這裏是我到底分割字符串不匹配
public static String processMessage(String input)
{
String[] token = input.split(" ");
if (token[0] == "add")
return "yeah its a match";
else
return "not a match";
}
這裏使用輸出的代碼是我測試的圖像
有誰知道這可能是錯誤?
這樣的作品,對不起,如果這是一個重複的問題。我會的時候會檢查這個帖子(9分鐘) – Evan