编码折线分隔符

时间:2017-04-12 10:18:26

标签: google-maps get encode google-polyline

我需要将GET参数作为编码聚合物列表发送。我该如何分开它们?我可以使用哪个字符来避免问题? 我需要这样的东西

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# BEGIN WordPress
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

字符集使用的折线编码器?

1 个答案:

答案 0 :(得分:2)

根据the documentation(强调我的):

  

编码过程使用熟悉的base64编码方案将二进制值转换为ASCII字符的一系列字符代码:以确保正确显示这些字符,编码值与63(ASCII字符&#39)相加;?&#39;),然后将它们转换为ASCII。

因此,您可以使用任何ASCII character below ASCII 63(?)来分隔折线。