json

({"sid":"16","ftpsever":"localhost","ftpuser":"cracker","ftppass":"jacson","ftpport":"21","ftppath":"\/cracker\/","dbsever":"sfgd","dbport":"3306","dbname":"dfg","dbuser":"dfg","dbpass":"gf","siteurl":"http:\/\/192.168.1.7\/test\/cracker\/","install_time":"2008-06-01 11:46:29","modify_time":"0000-00-00 00:00:00","username":"system","softid":"1","pluginid":"0","isadd":"0","dbprefix":"wp_"})

js

   url = siteurl+"/ftp/newinstall?soft="+softid+"&act=auto&site="+values;
   $.getJSON(url,function(json){
    alert("JSON Data: " + json.ftpsever);
    });

可以是一个多维array

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-04-23
  • 2021-11-17
  • 2021-12-09
  • 2022-01-30
猜你喜欢
  • 2021-10-11
  • 2021-07-25
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案