/**
 * Created by Admin on 2020/4/22.
 */
$(document).ready(function() {
    $("#header").load("header.html");
    $("#footer").load("footer.html");

});
