JavaScript 参考手册
Style columnFill 属性
规定如何填充列
源代码:
点击运行 »
document.getElementById("myDIV").style.columnFill = "auto";
运行结果:
点击运行 »