-1
我想刪除數組中所有無效的URL。 (例如v.1.1,version1.2.00,the.area.0a)刪除數組中的所有無效URL
var myArray:Array = new Array("v.1.1", "example.com", "www.example.com","http://example.com","version1.2.00","http://www.example.com","the.area.0a","http://example.com/helloworld123");
如何做到這一點?