摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>纯css分步操作的样式-jq22.com</title> <script src="https://libs.baidu.com/jquery/1.11.1/jquery.min. 阅读全文
posted @ 2021-02-05 23:39 搬砖小伙子 阅读(188) 评论(0) 推荐(0) 编辑
摘要: $.ajax( { url: url, //这里是静态页的地址 type: "GET", //静态页用get方法,否则服务器会抛出405错误 success: function(data){ var result = $(data).find("另一个html页面的指定的一部分"); $("本页面d 阅读全文
posted @ 2021-02-05 23:27 搬砖小伙子 阅读(929) 评论(0) 推荐(0) 编辑