nth-child和nth-of-type的小坑

Posted threeyou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nth-child和nth-of-type的小坑相关的知识,希望对你有一定的参考价值。

file_path = ‘./pic‘ path = file_path #file_path = ‘./pic‘ #定义照片所在的文件夹路径 print(‘dirnum:‘,len([lists for lists in os.listdir(path) if os.path.isdir(os.path.join(path, lists))])) #文件夹下文件夹个数 print(‘filenum:‘,len([lists for lists in os.listdir(path) if os.path.isfile(os.path.join(path, lists))])) #文件夹下文件个数。 filenum=len([lists for lists in os.listdir(path) if os.path.isfile(os.path.join(path, lists))]) #照片文件个数

以上是关于nth-child和nth-of-type的小坑的主要内容,如果未能解决你的问题,请参考以下文章

nth-of-type和nth-child

CSS3中:nth-child和:nth-of-type的区别深入理解

nth-child和:nth-of-type的区别

nth-of-type和nth-child的区别

nth-child() 和 nth-of-type() 的区别

为啥 nth-of-type/nth-child 不适用于嵌套元素?