var text = "aaa bbb ccc"; var filter = " "; var arr = text.split(filter); alert(arr);
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS.
TOP