美文网首页
2018-07-16搜索

2018-07-16搜索

作者: 夜照天星 | 来源:发表于2018-07-16 00:31 被阅读0次

//新建一个元素节点

 var os=document.createElement("script");

 os.src='https://sp0.baidu.com/5alFazu8AA54nxGko9WTAnF6hhy/su?wd'

 ='+this.value+'&cb=xiaolong';

//添加一个子节点

 document.body.appendChild(os);

}

function xiaolong(json){

  oUl.innerHTML='';//清空原本内容

  json.s.forEach(function(el){

  var oLi=document.createElement("li")

  oLi.innerHTML="<a href='https://www.baidu.com/s?wd="+el+"'>

  "+el+"</a>";

  oUl.appendChild(oUl);

})

}

function xiaolong(json){

  console.log(json);

}

相关文章

网友评论

      本文标题:2018-07-16搜索

      本文链接:https://www.haomeiwen.com/subject/bqbmpftx.html