HTML DOM nextSibling ÊôÐÔ

ʵÀý

·µ»ØÁбíÏîµÄÏÂÒ»¸öͬ°û£º

document.getElementById("item1").nextSibling;

Ç××ÔÊÔÒ»ÊÔ

¶¨ÒåºÍÓ÷¨

nextSibling ÊôÐÔ·µ»ØÖ¸¶¨½ÚµãÖ®ºó½ô¸úµÄ½Úµã£¬ÔÚÏàͬµÄÊ÷²ã¼¶ÖС£

±»·µ»ØµÄ½ÚµãÒÔ Node ¶ÔÏ󷵻ء£

×¢ÊÍ£ºÈç¹ûûÓÐ nextSibling ½Úµã£¬Ôò·µ»ØÖµÎª null¡£

ä¯ÀÀÆ÷Ö§³Ö

IE Firefox Chrome Safari Opera

ËùÓÐÖ÷Á÷ä¯ÀÀÆ÷¾ùÖ§³Ö nextSibling ÊôÐÔ¡£

Óï·¨

node.nextSibling

¼¼Êõϸ½Ú

·µ»ØÖµ£º Node ¶ÔÏó¡£½ÚµãµÄÏÂÒ»¸öͬ°û¡£
DOM °æ±¾ Core Level 1 Node Object
VUE