jq中文件h.send(b.hasContent && b.data || null) 报错,怎么解决,是数据没有封装吗?
报了什么错误,b.hasContent、b.data是什么值
是不是应该这样写 h.send((b.hasContent && b.data) || null)