EasyUI中,用到的各种数据的json数据格式

1. combobox  

[{ 
"id":1, 
"text":"text1" 
},{ 
"id":2, 
"text":"text2" 
},{ 
"id":3, 
"text":"text3", 
"selected":true 
},{ 
"id":4, 
"text":"text4" 
},{ 
"id":5, 
"text":"text5" 
}] 
View Code

相关文章:

  • 2022-12-23
  • 2021-10-26
  • 2021-12-06
  • 2021-12-06
  • 2021-06-04
猜你喜欢
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案