<!DOCTYPE html>
<html>
<head>
<script src="/js/jquery-1.11.1.min.js">
</script>
<script>
$(document).ready(function(){
$("p").html("本浏览器能够创建 XMLHttpRequest 对象: " + jQuery.support.ajax);
});
</head>
<body>
<p></p>
</body>
</html>