document.write()语句里本身没有输出空格呀?
标签之间有空格。
解决方法:利用CSS设置样式 1.变成盒模型display:flex;flex-wrap:wrap; 2.用浮动 float。