Brian Sing

Results 1 comments of Brian Sing

gpt搜的吧 jacksmas ***@***.***> 于2023年4月28日周五 15:05写道: > 使用JS实现: > > const ul = document.querySelector('ul'); > const first = ul.firstChild; > const third = first.nextElementSibling.nextElementSibling; > ul.insertBefore(third, first); > > 不使用JS,只使用CSS实现: >...