This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
我发现http包似乎不能接受结构比较复杂的json | |
比如有一json数据大概是这个样子: | |
``` | |
{ | |
"links": [ | |
{ | |
"text": { | |
"zh-cn": "百度", | |
"en-us": "baidu" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 环境: | |
基础docker镜像: | |
base/archlinux:2019.01.01 | |
``` | |
[root@aa1890dac708 xlearn-0.40a1]# uname -a | |
Linux aa1890dac708 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 GNU/Linux | |
[root@aa1890dac708 xlearn-0.40a1]# cat /proc/version | |
Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 | |
``` |