You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
segmentfault的前端地址变成了https://segmentfault.com/channel/frontend
每个文章下面有含有图片也有不包含图片的,所以有的就有2个a标签,有的有1个a标签
选择器应该怎么写呢,我是下面这样的,但是是错的
var list = [...document.querySelectorAll('.news-list .news__item-info a:not([class$="news-img"])')]
The text was updated successfully, but these errors were encountered:
segmentfault的前端地址变成了https://segmentfault.com/channel/frontend
每个文章下面有含有图片也有不包含图片的,所以有的就有2个a标签,有的有1个a标签
选择器应该怎么写呢,我是下面这样的,但是是错的
var list = [...document.querySelectorAll('.news-list .news__item-info a:not([class$="news-img"])')]
segmentfault的前端地址变成了https://segmentfault.com/channel/frontend
每个文章下面有含有图片也有不包含图片的,所以有的就有2个a标签,有的有1个a标签
选择器应该怎么写呢,我是下面这样的,但是是错的
var list = [...document.querySelectorAll('.news-list .news__item-info a:not([class$="news-img"])')]
The text was updated successfully, but these errors were encountered: