基本解釋[計(jì)算機(jī)科學(xué)技術(shù)]函數(shù)宣告敘述英漢例句雙語(yǔ)例句This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.這就意味著在到達(dá)常數(shù)聲明語(yǔ)句前局部常數(shù)值是未定義的,在函數(shù)中分配變量前局部變量是未定義的。function declaration statement更多例句專業(yè)釋義計(jì)算機(jī)科學(xué)技術(shù)函數(shù)宣告敘述