2016-01-11 15:17 | 题主 | ||||||||
|
后台通过JDBC查询结果调用什么方法能与dataprovider格式一样? |
2016-01-11 20:22 | #1 | ||||||||
|
在serverScript中编写app.output('select * from table');即可输出table内容至客户端, 效果等同dataProvider设置SQL: select * from table |
2016-01-18 11:51 | #2 | ||||||||
|
在WebBuilder 6里可以使用app.output方法吗? |
2016-01-26 14:31 | #3 | ||||||||
|
app.output方法貌似wb7才有 |