キーが存在するかどうか
_data = { ‘keyname’, ‘1234’ }
if 'keyname' in _data: ...
True/False
You must be logged in to post a comment.