# subway_transfer_tool **Repository Path**: wangscript/subway_transfer_query_tool ## Basic Information - **Project Name**: subway_transfer_tool - **Description**: 一个通用的地铁换乘查询程序,没有使用高大上的算法,因为也不会哈哈,写这一个程序主要是想锻炼一下个人的逻辑思维和解决问题的能力,欢迎大家批评改进! - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.xiaoboke.net/admin/blog/article/26 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2019-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README api演示地址:https://www.xiaoboke.net/api/subway/q?dep=%E6%B5%B7%E7%8F%A0%E5%B9%BF%E5%9C%BA&dest=%E5%A4%A7%E5%89%A7%E9%99%A2&city=guangzhou 参数说明:dep为始发站,dest为到达站,city为所在城市拼音;因为只做了北京、上海、深圳、广州四个城市的站点数据,所以演示只能查询这四个城市的地铁换乘,大家可以补充自己想要的城市的地铁数据,格式请参照上面四个城市的xml格式。 运行效果: ![运行演示1](https://gitee.com/uploads/images/2018/0327/165543_5a9b3e52_861330.png "1.png")