嘿,我正在尝试发送链接进行注册,但TimeStamp倾向于修改链接 这是我的代码
Timestamp timestamp = new Timestamp(System.currentTimeMillis());
String newStampFormat = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(timestamp);
String confirUrl="http://localhost:8088/E-dealing/register.jsp?email='"+email+"'×tamp='"+newStampFormat+"'";
String emailStr="<p>Dear "+register.getfName()+",<br> Welcome to Project5 platform.....<br> Click <a href=\""+confirUrl+"\">this link</a> to set your secure password</p>";
当我尝试获取:http://localhost:8088/Project5/register.jsp?email=harfrank3@gmail.com×tamp=07/17/2018 15:40:41