per esempio, se con javascript voglio produrre un array dalla query string, come si fa?


The split() method is used to split a string into an array of strings.
ma in realtà mi sembra che split metta semplicemente dei separatori in una stringa, ma non produce array....