goto end; alert('skipped line'); [lbl] end: 当我运行上面的命令时,我会得到这样的错误. 因为 end 不是标签。 JavaScript中的标签具有以下形式 label: statement ...
確定! 回上一頁