• 2022-07-26
    17e0bd6e224c4b7.png根据以上代码,如果发实现下图中第三行的背景设置,应该选择使用()来进行设置。[img=267x395]17e0bd6e2e4bd39.png[/img]
    A: p:nth-child(2){background:orange;}
    B: p:nth-of-type(2){background:orange;}
    C: p:first-child(2){background:orange;}
    D: p:last-child(6){background:orange;}