? This document uses PHP Chinese website manual Release
選擇該文檔的根元素。
在HTML中,文檔的根元素,和$(":root")選擇的元素一樣, 永遠(yuǎn)是<html>元素。
設(shè)置<html>背景顏色為黃色
$(":root").css("background-color","yellow");