方法1:ajax

function window.onload() {
        ajax('comment.asp?id='+comment_id+'','blog');
 }

方法2:

 

<html>
<head>
<title>$title$ by Ciker.Net</title>
</head>
<body>
<script type="text/javascript">
var url = document.location.href.substr(document.location.href .lastIndexOf('/')+1);
var script = document.createElement("script");
script.src="click.asp?file="+url;
document.body.appendChild(script);
</script>

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2021-05-20
  • 2021-06-14
  • 2022-12-23
  • 2021-04-28
猜你喜欢
  • 2021-09-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-04-07
  • 2021-11-11
相关资源
相似解决方案