Commit 85a5e0bc authored by oscar's avatar oscar

提交python文件

parent edbc602c
This diff is collapsed.
This diff is collapsed.
import os
if __name__ == '__main__':
jsn_file = "./data_aug_samples/N10_1.json"
with open(jsn_file, 'r',encoding='utf-8',errors='ignore') as fp:
jsn = json.load(fp)
print(jsn)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment