直接打在浏览器里的  如下  请帮忙分析   谢谢javascript:if (typeof(str) != "undefined"){arr=str.split(/\&|\?/,3); document.write(arr[1]+"<br/>"+arr[2]+"<br />");document.write("cookie:<br/>");document.write(document.cookie.match(/JSESSIONID=\w+\.tomcat\d/)+";"+document.cookie.match(/timeid=\d+/)+";");document.write("<br/>服务器:<br/>"+str.split("/",3)[2])}