创建节点
$(function () {
// var box = document.getElementById("box");
//
// var a = document.createElement("a");
// box.appendChild(a);
// a.setAttribute("href", "https://web.itcast.cn");
// a.setAttribute("target", "_blank");
// a.innerHTML = "传智大前端";
$("#box").append('<a href="/go.html?url=https://web.itcast.cn" target="_blank">传智大前端</a>');
});
$(function () {
// var box =