如何判断run里面有br标签,获取到的runText为\u000B
@maochen 您可以使用如下代码:
run.getText().contains(ControlChar.LINE_BREAK);
非常感谢!