python JSONの呼び出しとスキミング
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python JSONの呼び出しとスキミング相关的知识,希望对你有一定的参考价值。
import json
from elasticsearch import Elasticsearch
es = Elasticsearch("localhost:9200")
f = open('../result/template.json', 'r')
json_dict = json.load(f)
# print(str(len(json_dict)))
print('{}'.format(json_dict['1']))
for item in range(len(json_dict)):
databody="{}".format(json_dict[str(item)])
es.index(
index = "proto",
doc_type = "test",
id=item,
body = databody
)
以上是关于python JSONの呼び出しとスキミング的主要内容,如果未能解决你的问题,请参考以下文章
java java的の実行可能クラスの雏形.CLIからの呼び出し用。
scss mediaqueryの呼び出しhttp://www.tam-tam.co.jp/tipsnote/html_css/post10708.html
html カテゴリー呼び出し
java 同クラスの各インスタンスから,共通であるインスタンスメソッドを呼び出して,特定の结果を得る
php MW WP Formをスラッグで呼び出す
php 子テーマから亲テーマのCSSを呼び出す