📅  最后修改于: 2022-03-11 15:02:49.907000             🧑  作者: Mango
var span = document.getElementById("span");
var a = document.createElement('a');
a.href = "http://domain.com";
span.appendChild(a);