顯示具有 例外處理 標籤的文章。 顯示所有文章
顯示具有 例外處理 標籤的文章。 顯示所有文章

6月 19, 2011

JavaScript 例外處理

try
{
//Run some code here
}
catch(err)
{
//Handle errors here
}