이 두 가지 모두 나를 위해 일했습니다.
jQuery 사용 : $('body').removeAttr('style');
일반 ol 'DOM 사용 : document.getElementsByTagName('body')[0].removeAttribute('style');
출처
https://stackoverflow.com/questions/22029780
이 두 가지 모두 나를 위해 일했습니다.
jQuery 사용 : $('body').removeAttr('style');
일반 ol 'DOM 사용 : document.getElementsByTagName('body')[0].removeAttribute('style');