is_mobile_compatible属性
is_mobile_compatible属性
指示输出HTML是否与移动设备兼容。 默认值为 false。
定义:
@property
def is_mobile_compatible(self):
...
@is_mobile_compatible.setter
def is_mobile_compatible(self, value):
...
指示输出HTML是否与移动设备兼容。 默认值为 false。
@property
def is_mobile_compatible(self):
...
@is_mobile_compatible.setter
def is_mobile_compatible(self, value):
...