is_ie_compatible属性

is_ie_compatible属性

指示输出HTML是否与IE浏览器兼容。 默认值为 false

定义:

@property
def is_ie_compatible(self):
    ...
@is_ie_compatible.setter
def is_ie_compatible(self, value):
    ...

也可以看看