2010-12-06 27 views

回答

0

您可以使用子查詢的第一個字符字符串

if (String(myString).substr(0,1) == '0') { 
//this is not allowed 
} 
+0

在當我試圖描繪出可變我得到了一個未定義的VAR的TestString = _global.myProperty;跡(testString.substr(0,1));你知道爲什麼嗎? – Brob 2010-12-06 14:43:36

相關問題