📜  上帝对我有什么期望 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:02.241000             🧑  作者: Mango

代码示例1
try {
  console.log("what does got think of me")
  throw "sin"
catch (err) {
  console.log("you sinned")
}