__GetDataByKey
返回 Element 特定的 data- 属性的值。
__GetDataByKey(element: Element, key: string) : any;
当前 Element 的 data- key 所对应的 data- value,可能是任意类型。