我试图将 ID 带到下一页,但我设法得到的只是 review.php?ID= 没有 ID。
这是代码:
html = html + "Name:" + name + "Type : " + type + "Location : " + location + '<input type="button" value="Write a review!" onclick=parent.location="review.php?ID=" ('+ ID +') />' + "<br/>";
提前感谢您的帮助。