//引入CSS文件
$("head").append("<link>");
  css = $("head").children(":last");
  css.attr({
    rel: "stylesheet",
    type: "text/css",
    href: "/front/demo.css"
  });

 

posted on 2017-12-25 15:21  time_on  阅读(393)  评论(0编辑  收藏  举报