如何在java脚本中打印这个哈希表数据
var product = {
"prduct_name": "Mobile",
"product_attribute": {
"attribute_name": "Brand",
"type": "combo",
"product_attribute_values": {
"attribute_value": "Apple",
"brand_price": "2000"
}
}
};