比如我扫描端口上一次扫到 80,这次没有扫描到,怎么对比 json 文件从而找出区别点
1
MeteorCat Apr 25, 2018
不限制 python ?`diff file1 fies2` 这样可以吗?
|
2
Droi Apr 25, 2018
把 json 转成 python 的 dict
|
3
PyTx Apr 25, 2018
|
4
jennifertxwoodma Apr 26, 2018
可以之间用 diff
|