超级简单的例子:
var Path:String="E:\SWF Security\Acess Current Path\Access SWF URL.swf"
var Path1:Array = Path.split("\\") // Split using the backslash as delimiter (No limit the number of returned tokens)
trace(Path1)
你期望 path1 是什么?乙:?没有它的 E:SWF SecurityAcess 当前 PathAccess SWF URL.swf 我不知道为什么。