Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以删除Read Moretumblr 在帖子正文中添加的链接?考虑这个页面 www.lowcoupling.com 因为帖子标题已经链接到帖子正文我不需要Read More链接有什么办法不拥有它吗?
Read More
你可以添加a.read_more { display: none; }到你的CSS
a.read_more { display: none; }