css中input里面空格CSS中对于Input输入框中的空格的处理,我们可以通过设置white-space属性来进行控制。input {white-space: nowrap; /* 不换行 */white-space: pre; /* 原样输出 */white-space