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.
以下 html 片段
<div dir="rtl"> test (test) </div>
节目
(test (test
在所有浏览器中。
为什么?
dir="rtl"与从右到左的某些语言的表示有关。根据这个http://www.i18nguy.com/markup/right-to-left.html网站,如果您想要在 LTR 视图中看到相同的视觉效果,您应该使用逻辑字符而不是视觉字符。