try -catch-finally 用法例子: try { blah('Hello world'); } catch(err) { alert(err.name + ': ' + err.message); } finally { alert('try catch 區 ...
確定! 回上一頁