我有以下对象,如下所示:
{A: 52, B: 33}
我需要将其转换为以下内容:
["A", 52], ["B", 33]
这样做怎么样?
javascript jquery json
javascript ×1
jquery ×1
json ×1