本文介绍了看起来像空间而不是空间的符号是什么?(不是& nbsp;)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我不是在谈论& nbsp;
,而是在谈论另一个符号"\",即使在文本区域也看起来像",但这是另一个符号(用空格符号分割字符串不会拆分"hello world"变成两个词).
I'm talking NOT about
but about another symbol " " that looks like " " even in text area, but that's another symbol (splitting the string by space symbol does NOT split "hello world" into two words).
推荐答案
& thinsp;
或以下其中一项?
http://www.w3.org/TR/html4/sgml/Entity.html
<!-- General Punctuation -->
<!ENTITY ensp CDATA " " -- en space, U+2002 ISOpub -->
<!ENTITY emsp CDATA " " -- em space, U+2003 ISOpub -->
<!ENTITY thinsp CDATA " " -- thin space, U+2009 ISOpub -->
这篇关于看起来像空间而不是空间的符号是什么?(不是& nbsp;)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!