Loading

HTML特殊字符

<!-- 空格 -->
 <p>一段文字         一段文字</p>
 <p>一段文字&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;一段文字</p>
 <!-- 大于和小于号 -->
 <p>1&gt;0</p>
 <p>2&lt;3</p>
 <!-- 其他 -->
  &amp;
  &yen;
  &copy;
  &reg;
  &deg;
  &plusmn;
  &times;
  &divide;
  &sup2;
  &sup3; 

 

posted @ 2018-03-19 22:09  澎湃_L  阅读(118)  评论(0编辑  收藏  举报