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 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags:

Releated Java Articles

Comments

Leave a Reply