自分のコーディングメモ
$.each(data, function(index, obj){ if (index == 1) { return; //continue } else { return false; // break } });
沒有留言:
張貼留言