在js中用ajax获取必应背景图片地址并设为自己的网页背景
这里写自定义目录标题
var pictureName = "../image/"+Math.round((Math.random()*213))+".jpg";
$.ajax({
url:'http://uw126.top:126/index/bgImageUrl.php',
data:{key:"value"},
type: "POST",
dataType:'json',
//只有设...
原创
2020-04-26 11:48:55 ·
1407 阅读 ·
0 评论