7
4

1 回答 1

11

You should use the internal {UrlEncode:{}} function to properly encode the characters that are invalid in the URL (e.g. UTF-8 characters). So replace the URL part with: url="?q={UrlEncode:{R:1}}".

于 2013-01-23T22:05:42.907 回答