添加js引用:jsonsql-0.1.js

通过下面列子得到一个json类型的结果

Example:

jsonsql.query("select * from json.channel.items order by title desc",json);
jsonsql.query("select title,url from json.channel.items where (category=='javascript' || category=='vista') order by title,category asc limit 3",json); 
jsonsql.query("select * from json where (CKey=='DropDownList_Data_End' && CValue=='2014')", obj.data);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-05-17
  • 2022-01-22
  • 2022-12-23
  • 2021-12-12
  • 2021-07-25
猜你喜欢
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-09-04
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案