元素的id:{{ attrId }}
元素的style:{{ attrStyle }}
元素的背景色样式值:{{ propertyValue }}
小程序端:getAttribute 获取元素的属性值,目前仅支持id、style
App端:getAttribute 不支持获取 class、style 属性
x:
{{rectInfo.x}}
y:
{{rectInfo.y}}
width:
{{rectInfo.width}}
height:
{{rectInfo.height}}
left:
{{rectInfo.left}}
top:
{{rectInfo.top}}
right:
{{rectInfo.right}}
bottom:
{{rectInfo.bottom}}
A
B
C