1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. asp是如何得到動態數組中元素的個數

        時間:2024-10-18 05:58:10 ASP 我要投稿
        • 相關推薦

        asp是如何得到動態數組中元素的個數

          asp是如何得到動態數組中元素的個數

          一個動態數組 a,如果你已經使用redim 語句給它設定了大小,那么在此之后使用 ubound(a) 就可以得到它的上邊界。

          如果你沒有使用 redim 語句給它設定大小,直接使用 ubound(a) 函數,那么運行時會報錯,并會中斷程序的執行.我們恰恰利用這一點,可以知道這個數組還沒有任何元素。于此同時,我們卻不想程序中斷執行,那么可以在 ubound(a) 函數執行前加上一句

          復制代碼 代碼如下:

          on error resume next

          把本功能寫成一個函數 function get_element_count_of_one_aray(name_of_aray)

          復制代碼 代碼如下:

          on error resume next

          uper_bound_of_aray=ubound(name_of_aray)

          if err then

          get_element_count_of_one_aray=0

          else

          get_element_count_of_one_aray=uper_bound_of_aray+1

          end if

          end function

        【asp是如何得到動態數組中元素的個數】相關文章:

        平面廣告設計中的動態交互元素08-04

        員工在激勵中應如何得到薪酬?09-04

        Excel中如何計算某個數值在列表中的排位情況11-17

        如何獲取PHP數組的鍵與值呢10-25

        解讀Rnd 函數中的asp08-03

        Java中的動態代碼編程06-27

        excel表格如何統計每行的批注個數08-06

        廣告設計中的水墨元素08-19

        平面設計中的元素與術語06-11

        中國元素在動畫設計中的應用09-16

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>