quotes 属性设置或返回嵌入引号的引号类型。
Property | |||||
---|---|---|---|---|---|
quotes | Yes | Yes | Yes | Yes | Yes |
返回引号属性:
object.style.quotes
设置引号属性:
object.style.quotes = "none|
string string string string|initial|inherit"
Value | Description |
---|---|
none | Specifies that the open-quote and close-quote values will not produce any quotation marks. This is default |
string string string string | Specifies which quotation marks to use. The first two values specifies the first level of quotation embedding, the next two values specifies the next level of quote embedding, etc |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 没有任何 |
---|---|
返回值: | 一个 String,表示嵌入引号的引号类型 |
CSS版本 | CSS2 |
CSS 参考:报价属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!