test("100大于99", () => expect(100).toBeGreaterThan(99)) test("100小于101", () => expect(100).toBeLessThan(101))