a、基本選擇器:#id,class,element,*;
b、層次選擇器:parent > child,prev + next ,prev ~ siblings
c、基本過濾器選擇器::first,:last ,:not ,:even ,:odd ,:eq ,:gt ,:lt
d、表單選擇器: :input ,:text ,:password ,:radio ,:checkbox ,:submit 等;
e、表單過濾器選擇器::enabled ,:disabled ,:checked ,:selected