js 如何獲取自定義屬性的值

js 獲取標準屬性 用點操做符來獲取。也能夠用Element對象的getAttribute()函數來獲取。javascript 示例html var dataType = 當前元素對象.value; 獲取自定義屬性(或者叫非標準屬性) 只能使用getAttribute函數來獲取。java 示例jquery var dataType = 當前元素對象.getAttribute("自定義屬性"); j
相關文章
相關標籤/搜索