if (contentsInfo.artists.Count == 1)

{

ย  ย  ย dataManager.arName[i] = new string[] { contentsInfo.artists[j].ar_name };

ย  ย  ย dataManager.arID[i] = new string[] { contentsInfo.artists[j].ar_id };

}

else if (contentsInfo.artists.Count == 2)

{

ย  ย  ย dataManager.arName[i] = new string[] { contentsInfo.artists[j].ar_name, contentsInfo.artists[j+1].ar_name };

ย  ย  ย dataManager.arID[i] = new string[] { contentsInfo.artists[j].ar_id, contentsInfo.artists[j+1].ar_id };

}

else if(contentsInfo.artists.Count == 3)

{

ย  ย  ย dataManager.arName[i] = new string[] { contentsInfo.artists[j].ar_name, contentsInfo.artists[j + 1].ar_name, contentsInfo.artists[j+2].ar_name };

ย  ย  ย dataManager.arID[i] = new string[] { contentsInfo.artists[j].ar_id, contentsInfo.artists[j + 1].ar_id, contentsInfo.artists[j+2].ar_id };

}


์ด๊ฑฐ ์ฝ”๋“œ ๊ต‰์žฅํžˆ ์•ˆ ์ข‹์€ ์ฝ”๋“œ๋ผ๊ณ 


๋ฐ”๊ฟ”๋ณด๋ผ๋Š”๋ฐ ๋‚˜๋ฆ„ ์ตœ์„ ์„ ๋‹คํ•ด ๊ฐ€๋ณ€๋ฐฐ์—ด์— ์ƒํ™ฉ์— ๋งž๊ฒŒ ๋ฐ์ดํ„ฐ ๋„ฃ์€๊ฑฐ๊ฑฐ๋“ ?


์ด๊ฑธ ์–ด์ผ€ ๋ฐ”๊ฟˆ..