<bdo id='PoI90'></bdo><ul id='PoI90'></ul>

    <tfoot id='PoI90'></tfoot>

      <small id='PoI90'></small><noframes id='PoI90'>

      <i id='PoI90'><tr id='PoI90'><dt id='PoI90'><q id='PoI90'><span id='PoI90'><b id='PoI90'><form id='PoI90'><ins id='PoI90'></ins><ul id='PoI90'></ul><sub id='PoI90'></sub></form><legend id='PoI90'></legend><bdo id='PoI90'><pre id='PoI90'><center id='PoI90'></center></pre></bdo></b><th id='PoI90'></th></span></q></dt></tr></i><div id='PoI90'><tfoot id='PoI90'></tfoot><dl id='PoI90'><fieldset id='PoI90'></fieldset></dl></div>
    1. <legend id='PoI90'><style id='PoI90'><dir id='PoI90'><q id='PoI90'></q></dir></style></legend>

      将数据保存为json文件,然后读取json文件的数据

      时间:2024-10-17
    2. <i id='oBSWy'><tr id='oBSWy'><dt id='oBSWy'><q id='oBSWy'><span id='oBSWy'><b id='oBSWy'><form id='oBSWy'><ins id='oBSWy'></ins><ul id='oBSWy'></ul><sub id='oBSWy'></sub></form><legend id='oBSWy'></legend><bdo id='oBSWy'><pre id='oBSWy'><center id='oBSWy'></center></pre></bdo></b><th id='oBSWy'></th></span></q></dt></tr></i><div id='oBSWy'><tfoot id='oBSWy'></tfoot><dl id='oBSWy'><fieldset id='oBSWy'></fieldset></dl></div>

            <tbody id='oBSWy'></tbody>

            • <legend id='oBSWy'><style id='oBSWy'><dir id='oBSWy'><q id='oBSWy'></q></dir></style></legend>
              • <bdo id='oBSWy'></bdo><ul id='oBSWy'></ul>
                <tfoot id='oBSWy'></tfoot>

                <small id='oBSWy'></small><noframes id='oBSWy'>

                将数据保存为JSON文件:
                filename = '1.json'
                file_obj= open(filename, 'w')
                //此处是代码,返回值为XXXXXXXXX
                json.dump(XXXXXXXXX,file_obj,indent=4,ensure_ascii=False)
                XXXXXXX ,表示需要保存的数据
                file_obj ,定义的json对象;
                indent=4 每写入一句,就换行,使格式更优美。
                ensure_ascii=False 取消ascii转码,这样中文就能正常保存了。
                读取一个json文件,并且它还带有换行符号
                with open('1.json', 'r',encoding='utf-8') as file:
                line=json.loads(file)
                print(line)
                这个line就是读取出来的数据,我们必须要用json来读取而不能用read,因为json带有转码功能,read没有转码功能。
                上一篇:layui打印表格自定义函数 下一篇:没有了

                相关文章

                  <small id='oyDXT'></small><noframes id='oyDXT'>

                  <legend id='oyDXT'><style id='oyDXT'><dir id='oyDXT'><q id='oyDXT'></q></dir></style></legend>

                1. <tfoot id='oyDXT'></tfoot>

                    <i id='oyDXT'><tr id='oyDXT'><dt id='oyDXT'><q id='oyDXT'><span id='oyDXT'><b id='oyDXT'><form id='oyDXT'><ins id='oyDXT'></ins><ul id='oyDXT'></ul><sub id='oyDXT'></sub></form><legend id='oyDXT'></legend><bdo id='oyDXT'><pre id='oyDXT'><center id='oyDXT'></center></pre></bdo></b><th id='oyDXT'></th></span></q></dt></tr></i><div id='oyDXT'><tfoot id='oyDXT'></tfoot><dl id='oyDXT'><fieldset id='oyDXT'></fieldset></dl></div>
                      <bdo id='oyDXT'></bdo><ul id='oyDXT'></ul>