我有这个:
<input type="hidden" id="aid" value="<? echo $_GET['id']; ?>"></div>
和
var aID = document.getElementById('aid'); var postFile = 'showcomments.php?id='+ aID.value; $.post(postFile, function(data){
为什么这只适用于 FF 而不是 IE?
我有这个:
<input type="hidden" id="aid" value="<? echo $_GET['id']; ?>"></div>
和
var aID = document.getElementById('aid'); var postFile = 'showcomments.php?id='+ aID.value; $.post(postFile, function(data){
为什么这只适用于 FF 而不是 IE?