当前位置:Gxlcms > JavaScript > style、currentStyle、runtimeStyle区别分析_javascript技巧

style、currentStyle、runtimeStyle区别分析_javascript技巧

时间:2021-07-01 10:21:17 帮助过:6人阅读

1、obj.style只能获得内嵌样式(inline Style)就是写在Tag里面的,他访问不到那些链接的外部css和在head中用


1111