$.get('1.php',function(data){ if(data.res == 1){ personArray = data.data; //此為數(shù)組 loadImage(personArray, function (img) { $('.loader_file').hide(); }) Obj.M = $('.container').lucky({ row : 7, //每排顯示個(gè)數(shù) 必須為奇數(shù) col : 7, //每列顯示個(gè)數(shù) 必須為奇數(shù) depth : 6, //縱深度 iconW : 30, //圖片的寬 iconH : 30, //圖片的高 iconRadius : 8, //圖片的圓角 data : personArray, //數(shù)據(jù)的地址數(shù)組 }); } },'json');
“……我們便結(jié)為契兄弟,在外為兄弟,在內(nèi)為夫妻,可好?”——《盛世鬼》
就是這樣寫(xiě)的