Currently I\'m doing this:
def getJSONString(lst):
join = \"\"
rs = \"{\"
for i in lst:
rs += join + \'\"\' + str(i[0]) + \'\":\"\' + str
- 热议问题