题目:以下什么方式可以选中子元素列表中,最后一个给定类型的元素 A、content:last-child B、item:nth-of-type(6) C、item:last-of-type D、content:last-of-type 喵查答案:C 喜欢 (0)