上传者: dawnsun2013
|
上传时间: 2021-12-14 16:14:40
|
文件大小: 115KB
|
文件类型: -
通过sql查询结果封装成json
*
* Example:
* String sql = "select id,username,password,sex from user where id=?";
预处理参数列表
* @return {"id":"1","username":"jibs","password":"ssdfsdfsfwe","sex":"男"}
*/