1. 程式人生 > >There is no one l would rather be than me

There is no one l would rather be than me

try {

throw "wrong....warning....";
} catch (e) {
alert("get error :" + e);
} finally {
alert("i done!");
}