Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

多表关联查询,哪种格式更适合传参数?

$
0
0
1
var param=['name,mobile,qq,topic,content',['user','>userinfo|uid=ID','>tweet|user_id=ID']];


2
var param={'user':'*',
'userinfo':'mobile,qq|<uid=ID',
'tweet':'title,cotent|>user_id=ID'}




Viewing all articles
Browse latest Browse all 14821

Trending Articles