下面的代码:var i=1, text='';do { text += i; i++; }while (i < 5);运行后text的值为:( ) - 答案与解析 - 题搜搜题库网