W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
在Apex數(shù)組是基本相同的Apex列表。有作為其內(nèi)部數(shù)據(jù)結(jié)構(gòu)中的數(shù)組和列表之間沒有邏輯的區(qū)別和方法也相同,但數(shù)組的語法是傳統(tǒng)的小像Java。
下面是產(chǎn)品的Array的表示:
指數(shù)0 - HCL
指數(shù)1 - H2SO4
索引2 - NACL
指數(shù)3 - H2O
指數(shù)4 - N2
指數(shù)5 - U296
句法:
<String> [] = arrayOfProducts The new List <String> ();
例:
假設(shè),我們想存儲我們的產(chǎn)品名稱,然后我們可以使用中,我們可以存儲的產(chǎn)品名稱如下圖所示的陣列??梢酝ㄟ^指定索引訪問特定產(chǎn)品。
// Define an array String [] = arrayOfProducts The new List <String> (); // The added array element ArrayOfProducts.add ('HCL'); ArrayOfProducts.add ('H2SO4'); ArrayOfProducts.add ('NACL'); ArrayOfProducts.add ('water'); ArrayOfProducts.add ("N2"); ArrayOfProducts.add ('U296'); For the (integer i = 0; I <arrayOfProducts.size (); my ++) { // This loop prints all the elements of the array System.debug (array of values: '+ arrayOfProducts [I]); }}
通過使用索引訪問數(shù)組元素:
你可以通過使用索引來訪問任何元素的數(shù)組,如下所示:
// Access the elements in the array // We will access the element at index 3 System.debug ('in exponent 3 has the value:' + arrayOfProducts [3]);
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: