阿旺你好 2022-01-21 16:04 采纳率: 33.3%
浏览 27

下载百度文档代码有问题

问题遇到的现象和发生背景

报告错误

问题相关代码,请勿粘贴截图

```html
//这是下载的源代码
$(".aside").remove();

$("#doc #hd").remove();

$(".crubms-wrap").remove();

$(".user-bar").remove();

$("#doc-header").remove();

$(".reader-tools-bar-wrap").remove();

$(".fix-searchbar-wrap").remove();

$("#bottom-doc-list-8").remove();

$(".ft").remove();

$("#ft").remove();

$("#docBubble").remove();

$("body").attr("margin","auto");


//这是报错的问题
VM113:1 Uncaught TypeError: $ is not a function
at :1:1

###### 运行结果及报错内容 

```html
VM113:1 Uncaught TypeError: $ is not a function
    at <anonymous>:1:1

我的解答思路和尝试过的方法

找百度上的

我想要达到的结果

能够下载

  • 写回答

1条回答 默认 最新

  • 瞎写点 2022-01-21 16:13
    关注

    你引入jquery了吗

    评论

报告相同问题?

问题事件

  • 创建了问题 1月21日