力扣题目描述,讨论发布内容复制 复制为 markdown、txt、html 等格式
< Feedback on lc-to-markdown-txt-html
现在好像不太好使了,LeetCode 又在容器外面套了一层 div ,以前的逻辑 container = container.previousElementSibling 得改成 container = container.parentElement.previousElementSibling 了。
LeetCode
div
container = container.previousElementSibling
container = container.parentElement.previousElementSibling
谢谢大哥,我昨天刷新了一整天都不行
处理了 新增题解复制,不过题解代码内容复制有点问题,代码是懒加载的,没有点开是没有的,导致有点乱。
修复了,并可以复制题解了
针对这种问题,往后作了兼容 如果找不到会自动创建
Sign in to post a reply.
现在好像不太好使了,
LeetCode
又在容器外面套了一层div
,以前的逻辑container = container.previousElementSibling
得改成container = container.parentElement.previousElementSibling
了。