Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当页面加载时,我会更改代码以直接加载 content.php 吗?
$("#refresh").click(function(evt) { $("#content").load("content.php") evt.preventDefault(); }) })
$(document).ready(function() { $("#content").load("content.php") })