%-#s制表符等效

问题描述

| 我最近使用的是“ 0”,我想知道是否有人知道使用“ 1”时是否存在等效的制表符空间?     

解决方法

\"HTML represents the horizontal tab as 	 but as with all whitespace characters
this does not allow actual insertion of tabs into the page except inside
<pre></pre> tags or elements with CSS attribute white-space set to pre.\"
在http://en.wikipedia.org/wiki/Tab_key上查看更多信息