It's important that all of the methods in Cleanser are public.
至於第一個問題,原文(168頁)是:
First, in the Cleanserappend() method, Strings are concatenated to s using the += operator,, Javaich is one of the aing the += operator, overloaded" to work with Strings.
书翻译的不准确,没了!
這麼明顯的問題,明明都知道…
非要別人幫你確認一下,你才有自信認為是書的問題而不是自己的問題?
英文原文(169頁)是:
至於第一個問題,原文(168頁)是:
翻譯的不恰當,應該翻譯為“重載”
如果了解C++的話,就知道這個相當於String類對“+=”操作符進行了重新實現,“+=”可以用來進行字符串拼接。