搜尋

首頁  >  問答  >  主體

1.PHP是如何寫的呢?

     $.get('1.php',function(data){
         if(data.res == 1){
             personArray = data.data; //此为数组
             loadImage(personArray, function (img) {
                $('.loader_file').hide();
            })
             Obj.M = $('.container').lucky({
             row : 7, //每排显示个数  必须为奇数
             col : 7, //每列显示个数  必须为奇数
             depth : 6, //纵深度
             iconW : 30, //图片的宽
             iconH : 30, //图片的高
             iconRadius : 8, //图片的圆角
             data : personArray, //数据的地址数组
         });
         }
     },'json');


#
*小球*小球2389 天前1137

全部回覆(2)我來回復

  • Waste or genius

    Waste or genius2018-06-14 14:38:21

    就是這樣寫的

    回覆
    0
  • *小球

    就是1.php裡面寫什麼 能讓這個ajax取得到資料庫的資料? 大佬幫忙,我是小白

    *小球 · 2018-06-14 14:45:07
  • 取消回覆