如何在webservice中传递URL

时间:2015-05-06 06:13:25

标签: java php

我想将此网址作为网址中的值传递 http://localhost/h2orn/php/verify.php?email=$emails&hash=$hash 但是,我只能在&符号之前传递..我想传递所有的URL ...

我正在使用java webservice

代码在这里:

$ message =" http://localhost/h2orn/php/verify.php?email = $ emails& hash = $ hash \ n \ n&#34 ;;

$ url =" http://localhost:8084/mail/webresources/EmailTest&#34 ;;

$ mail =" toAddress =" 。 $电子邮件。 "&安培; emailbody =" 。 $消息;

2 个答案:

答案 0 :(得分:1)

之前尝试urlencode

来自文档:

  

当编码要在a中使用的字符串时,此功能很方便   查询URL的一部分,作为将变量传递给下一个的便捷方式   页。

答案 1 :(得分:0)

- You can use & instead of &.