XL Html源码,index.html

小李导航

首页

我的网站

意见反馈

友情链接

毕业季

var now = new Date()

document.write(1900 + now.getYear() + "-" + (now.getMonth() + 1) + "-" + now.getDate() + " " + now

.getHours() + ":" + now.getMinutes() + ":" + now.getSeconds())

var input = document.getElementById('btn')

var oUl = document.getElementById('ul')

input.onkeyup = function () {

var value = this.value;

var oScript = document.createElement('script');

oScript.src = 'https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su?wd=' + value + '&cb=aa'

// 核心在这里,

// 1.实时获取参数 value

// 2.cb=返回值的处理函数(aa)

document.body.appendChild(oScript)

}

function aa(data) {

oUl.style.display = 'block';

var list = data.s;

var str = '';

if (list.length > 0) {

list.forEach(function (ele, index) {

str += '

' + ele + '';

})

oUl.innerHTML = str;

} else {

oUl.style.display = 'none';

}

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值