注意事项:“:”冒号前后不能有空格!!!
选择第一个标签
例如:span:nth-child(1)
选择倒数第二个标签
例如:p:nth-last-child(2)
选择最后一个标签:
例如:p:last-child
注意事项:“:”冒号前后不能有空格!!!
选择第一个标签
例如:span:nth-child(1)
选择倒数第二个标签
例如:p:nth-last-child(2)
选择最后一个标签:
例如:p:last-child