嘿,我在理解 CharSequence 时遇到了一些麻烦。
我认为这将是帮助我的硬件的完美方法,但我无法理解如何使用它。
我如何使序列出现。
这是我到目前为止所拥有的:
String s = "</p>";
char c;
while(reads.hasNext()){
c = reads.next();
s = "" + c;
if (inputPath.contains(?)) {
// how do i make it return true if it contains < /p>
}
}