6月 19, 2011

JavaScript 例外處理

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

沒有留言:

張貼留言