4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
function getImageList(api_url, gallery) {
|
|
getData(api_url+"?gg!"+gallery,putImageList);
|
|
}
|