Python可以根据用户文本输入更新url链接吗?

时间:2017-03-29 18:33:40

标签: python api url gps

晚上:)

我想知道是否可以将用户输入转移到用于Google Static GPS API的网址链接。下面我逐步介绍了用户输入文本时我想要发生的事情:

原始链接:http://www.google.com/search?q=

文本字段中的用户输入:纽约布鲁克林大桥 用户单击按钮以在文本字段中提交文本

最终链接:

https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=roadmap
&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318
&markers=color:red%7Clabel:C%7C40.718217,-73.998284
&key=YOUR_API_KEY

非常感谢,

洛蒂

0 个答案:

没有答案