2009-12-24 62 views
0

是什麼jQuery函數的區別

$(document).ready(function() { 
    //some code here 
}); 

$(function() { 
    //some code here 
}); 

我覺得他們使用同樣的目的之間的差異。

回答