======attrib_level_config(等级属性换算表)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|ID|int|0| |**career**|[[generated:CAREER]]职业|int|1| |**level**|等级|int|1| |**strength**|力量|float|0| |**agility**|敏捷|float|0| |**endurance**|耐力|float|0| |**intellegence**|智力|float|0| |**armor**|护甲|float|0| |**attackspeed**|攻击速度|float|0| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=attrib_level_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>