如何ajax=1使用jquery 添加让我们说出我页面上所有链接的内容.我还需要检查url是否有现有参数.例如http://example.com/index.php?pl=132必须成为http://example.com/index.php?pl=132&ajax=1
此外,如果链接没有任何参数,例如http://example.com/index.php,http://example.com/index.php?ajax=1我将要在文档就绪上加载jQuery脚本,以便在页面加载时更改所有链接.