如何使用Jquery 引入css文件: $("head").append("<link>");var toolbarCss = $("head").children(":last");toolbarCss.attr({ rel: "stylesheet", type: "text/css", href: "css/app/toolbar.css"});