======jewel_config(宝石配置(道具子表))====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id(同道具表)[[generated:item_config]]|int|1| |**combine**|合成数(3个合成一个高级的,0表示顶级)|int|1| |**type**|[[generated:ENUM_ATTRIB]]|int|1| |**level**|宝石等级|int|1| |**num**|宝石对应属性提升的数值|int|1| |**gold**|合成该宝石的金币数|int|1| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=jewel_config" method="post" target="view_frame"> <input type="submit" name="button" value="查看数据" /> <iframe width="100%" height="300px" name="view_frame" id ="linkto"align="left" ></iframe> </form> <?php </php>