1.打开前端,不传递任何数据
<script src="./jquery.min.js"></script> <script> $(document).ready(function() { $.ajax({ 'type':'get', 'url':'index.php', 'dataType':"json", 'success':function(data){ }, }) });