Google 静态地图 API 不显示标记

Google Static Maps API not displaying markers

http://maps.google.com/maps/api/staticmap?center=-33.882257,151.210243&zoom=13&markers=size:mid|color:red|label:E|-33.882257151.210243&size=250x188&sensor=false

嗨,我有这个 url 但我无法在上面显示标记?我做错了什么?

-谢谢,杰克逊

您在 URL:

中的标记位置缺少一个逗号

http://maps.google.com/maps/api/staticmap?center=-33.882257,151.210243&zoom=13&markers=size:mid|color:red|label:E|-33.882257,151.210243&size=250x188&sensor=false

(应该是:-33.882257,151.210243)