Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当文本到达框的末尾时,浏览器会自动插入一个分词符。我想让这个“隐形”变成真实的\n。
\n
这是我厌倦的:http: //jsbin.com/uraneq/1/edit
例子:
​浏览器本身不会自动插入,因此您无法在自动损坏的文本中匹配它。
​
但是..您可以匹配行长以查看何时可能出现换行符(如果您使用块字体)
您可以尝试对元素使用wrap="hard"属性。TEXTAREA较旧的浏览器支持physical具有类似含义的值hard(但至少在 HTML5 中无效)。
wrap="hard"
TEXTAREA
physical
hard