当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM lang属性
The lang property sets or returns the language code for an element.
lang属性可设置或返回某元素的语言代码。
object.lang=language-code |
The following example shows two methods on how to get the language code for the <body> element:
下面的举例将展示如何使用两种方法来得到<body>元素里的语言代码:
<html> <script type="text/javascript"> </body> |
Output:
Body language: en-us |
Return the language code for the <body> element
返回<body>元素里的语言代码