... test('String.trim() removes surrounding whitespace', () { var string = ' foo '; expect(string.trim(), equals('foo')); }); }.
確定! 回上一頁