下载百度文档代码有问题

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

报告错误

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

```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

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

找百度上的

我想要达到的结果

能够下载

你引入jquery了吗