报告错误
```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了吗