< ;a name='hf' href='?questionid=".$v['id']."'>
パラメータの渡し方が異なります。彼がこのように書いていることの中には、実際に合格できるものもあります
パラメータが異なります。彼がこのように書いたことの一部は実際に渡される可能性があります
パラメータの受け渡し方法が異なります。彼がこのように書いたことの一部は実際に渡される可能性があります
それから、彼はこのリンクを操作するための他の JS を持っていると思います。それを探してください。href がすべて空であるため、これは不可能です
<?php echo "<a name='hf' href='#' questionid={$v['id']}>回复</a>"; ?>
function clickhf(){ var page = "<?php echo $page;?>"; //var questiontype = document.getElementsByName('questiontype')[0].value; //var status = document.getElementsByName('status')[0].value; //var username = document.getElementsByName("username")[0].value; var questionid = this.questionid; //alert('rtextquestion.php?page='+page+'&questionid='+questionid); //alert('rquestion.php?page='+page+'&questiontype='+questiontype+'&status='+status+'&username='+username+'&questionid='+questionid); window.location.href='rtextquestion.php?page='+page+'&questionid='+questionid; }
コードを投稿してください!
clickhf() 関数はどこで呼び出されますか?