当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM dir属性
The dir property sets or returns the text-direction for an element.
dir属性可设置或返回某元素文字的方向
object.dir=text-direction |
The following example shows two methods on how to get the text direction for the <body> element:
举例中将战士两种方法来得到<body>元素中文字的方向:
<html> <script type="text/javascript"> </body> |
Output:
输出结果:
Text direction: rtl |
Return the text direction for the <body> element
返回<body>元素内文字的方法