======lang_config(语言配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id(这台服务器一共支持的语言),第一条表示默认语言|int|0| |**name**|名称(每种语言用自己的方式写,不要本地化)(简体中文/English)|string|| |**server_lang**|发送给服务器的语言|string|| |**art_prefix**|美术资源前缀|string|| =====数据表查询===== <php> ?> <form action="http://120.55.162.32:8081/web/PrintPrototype.php?table_name=lang_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>