我有这个代码
Dim x As String x = "{'books':[{'title':'HarryPotter','pages':'134'}]}"
我想要做的是将它转换为数组,就像我们在PHP中使用json_decode(x,TRUE或FALSE)函数一样
@H_404_5@Dim x As String x = "{'books':[{'title':'HarryPotter','pages':'134'}]}"
我想要做的是将它转换为数组,就像我们在PHP中使用json_decode(x,TRUE或FALSE)函数一样
@H_404_5@