mailto: problem
问题 I'm trying to set up the following mailto: link: <a href='mailto:info@example.com?subject=Testing&body=http://www.google.com?foo=1&bar=2'>Send mail</a> However the second argument (bar) is cut off because it is seen as an argument of the mailto link and not the link I'm putting in the body. I tried & but it does the same thing since it's being rendered into the link. 回答1: What about something like this : <a href='mailto:info@example.com?subject=Testing&body=http%3A%2F%2Fwww.google.com%3Ffoo