Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

barackzhu

@barackzhu
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • why not split() string returned by Ajax method() in JavaScript
    B barackzhu

    [AjaxPro.AjaxMethod] public string Ajax_Getstr() { return "39.01235,118.0456782"; } There are functions in Javascript as follow: function Getstr() { var str0 ="21332,678"; var arr0 = new Array(); arr0 = str0.split(","); alert(arr0[0]);//here display is "21332",very good var str1 = _Default.Ajax_Getstr(); alert(str1.value);//so far, all is well var arr1 = new Array(); arr1 = str1.split(",");//display error alert(arr1[0])//here diaplay undefined }

    Web Development javascript data-structures help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups