<html>
<head>
<title>Result</title>
<link rel='stylesheet' type='text/css' href='stylesheet.css'/>
</head>
<body>
<div></div>
<script>
$(document).ready(function() {
$.getJSON("http://api.crunchbase.com/v/1/company/facebook.js?api_key=mgxpds8ja7f6cncwd39caed7")
});
</script>
</body>
</html>
我觉得我错过了一些非常容易的事情,但我似乎无法提取任何数据。