Home >Web Front-end >JS Tutorial >Use the for(in) statement under javascript to obtain the script code of all style content_javascript skills

Use the for(in) statement under javascript to obtain the script code of all style content_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:06:001239browse

events=[];for(o in O=obj.currentStyle)events.push(o '=' O[o])
Enter the code content here


[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute
]<script> events=[''];for(o in O=obj.currentStyle)events.push(o+'='+O[o]) obj.innerHTML='<ol>'+events.sort().join('<li>')+'' </script>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn