topcloud-xx

Results 5 comments of topcloud-xx

我是这么修改的。 ![image](https://github.com/alibaba/weex/assets/1542363/adbc61e6-80c3-4596-ab36-767bafd71823)

我是这么修改的,你试试看 ![image](https://github.com/alibaba/weex/assets/1542363/124bf0db-3803-4e26-a3ec-89e91a617bcb)

JSONWriter.Context context = new Context(); context.setDateFormat('yyyy-MM-dd hh:mm:ss'); return JSON.toJSONString(object, context); 经过验证上面这样处理就可以了。

我也遇到了这个问题,是因为使用com.mob包引起的,我把这个加入到白名单就好了。 blackList = [“com.mob”]