Bothered me two hours of Array
Var smallSort = new Array ();
SmallSort [0] = new Array (1, "fast food", 1);
Alert (smallSort);
Above that are no scripts.
Then I added a
SmallSort [1] = new Array (2, "snacks", 1);
Then alert (smallSort); fault that it can not find the target
And then I also changed the fast-food snacks. Results of the.
Is my computer and resisted the "snacks"? Very distressed.
Later, I inadvertently to webconfig. Change in the character encoding
RequestEncoding = "gb2312"
ResponseEncoding = "gb2312"
Then good. Wasted a lot of time on fire
Tags: array
Releated Java Articles
November 13, 2006 | Filed Under Advanced Topic |






