标签: php
here's my code
如何将str1的值传递给另一个名为“onclicked.php”的页面
答案 0 :(得分:0)
只需将其作为GET参数传递
var str1 = str.innerText; window.location = "onclicked.php?str1="+str1;