jQuery 雜項方法
輸出被 jQuery 選擇器匹配的元素的數量:
size() 方法在 jQuery 版本 1.8 中被廢棄。 請使用 length 屬性代替。
size() 方法返回被 jQuery 選擇器匹配的元素的數量。