import assert from 'assert'; // 生成AssertionError,以便稍后比较错误信息: const { message } = new assert.AssertionError({ actual: 1, expected: 2, ...
確定! 回上一頁