空代码块和单行代码块的行为相同

时间:2018-07-11 03:44:22

标签: html contenteditable

我很难弄清楚为什么这两个String directoryPath = "C://Temp"; String partOfFileName = "EMP"; List<Path> fileNames = Files.list(Paths.get(directoryPath)) .filter(path -> path.getFileName().startsWith(partOfFileName)) .collect(Collectors.toList()); 块的作用相同:

空代码块:

<code>

带有单行换行的代码块:

<pre><code contentEditable="true"></code></pre>

换行的代码块的textContent长度与空块不同,是不是会有不同的感觉?

JSFiddle在这里: https://jsfiddle.net/ruzv50qj/15/

0 个答案:

没有答案