1
剛剛學習as3 for flex。我試圖做到這一點:AS3添加1(+1)無法將字符串強制轉換爲數字?
var someNumber:String = "10150125903517628"; //this is the actual number i noticed the issue with
var result:String = String(Number(someNumber) + 1);
我試圖把表達在一起,不管我似乎做的結果不同的方式始終爲10150125903517628,而不是10150125903517629
任何人有任何想法?!謝謝!
好的,但我想添加1到這個數字,而不是兩個。可能嗎?不同的類型可能?謝謝! – toddm 2011-01-25 21:46:08