var h = new Array();
h['hid'] = ‘xx’;
h['image'] = ‘xx’;
h['title'] = ‘xx’;
h['description'] = ‘xx’;
如上面这种数组,是不是必须要先转换成字符串传递?或者有什么序列化的函数可用?
h['hid'] = ‘xx’;
h['image'] = ‘xx’;
h['title'] = ‘xx’;
h['description'] = ‘xx’;
如上面这种数组,是不是必须要先转换成字符串传递?或者有什么序列化的函数可用?