CCHTTPRequest post参数组装

local postStr = tostring(require(“framework.json”).encode(data))

request:setPOSTData(postStr, string.len(postStr))

postStr是个json, 而参数要求string,

怎么样适配下?

http://cn.cocos2d-x.org/tutorial/show?id=1142
你友盟分享的那个什么时候弄个教程?