HTML DOM removeAttribute() ·½·¨

ʵÀý

ɾ³ý header ÔªËØµÄ style ÊôÐÔ£º

document.getElementsByTagName("H1")[0].removeAttribute("style");

ɾ³ýÊôÐÔ֮ǰ£º

Hello World

ɾ³ýÊôÐÔÖ®ºó£º

Hello World

Ç××ÔÊÔÒ»ÊÔ

¶¨ÒåºÍÓ÷¨

removeAttribute() ·½·¨É¾³ýÖ¸¶¨µÄÊôÐÔ¡£

´Ë·½·¨Óë removeAttributeNode() ·½·¨µÄ²îÒìÊÇ£ºremoveAttributeNode() ·½·¨É¾³ýÖ¸¶¨µÄ Attr ¶ÔÏ󣬶ø´Ë·½·¨É¾³ý¾ßÓÐÖ¸¶¨Ãû³ÆµÄÊôÐÔ¡£½á¹ûÊÇÏàͬµÄ¡£Í¬Ê±´Ë·½·¨²»·µ»ØÖµ£¬¶ø removeAttributeNode() ·½·¨·µ»Ø±»É¾³ýµÄÊôÐÔ£¬ÒÔ Attr ¶ÔÏóµÄÐÎʽ¡£

²ÎÔÄ removeAttributeNode() ·½·¨

ä¯ÀÀÆ÷Ö§³Ö

IE Firefox Chrome Safari Opera

ËùÓÐÖ÷Á÷ä¯ÀÀÆ÷¾ùÖ§³Ö removeAttribute() ·½·¨¡£

Óï·¨

element.removeAttribute(attributename)

²ÎÊý

²ÎÊý ÀàÐÍ ÃèÊö
attributename String ±ØÐè¡£ÄúÏ£ÍûÒÆ³ýµÄÊôÐÔµÄÃû³Æ¡£

·µ»ØÖµ

ÎÞ·µ»ØÖµ¡£

¼¼Êõϸ½Ú

DOM °æ±¾ Core Level 1 Element Object
VUE