单项选择题

在while循环中怎么实现无限循环?()

A.while(true){}
B.while(false){}
C.while(!1){}
D.while(!’a’){}