JavaScript 参考手册
Style resize 属性
规定可以由用户调整 div 元素的尺寸大小
源代码:
点击运行 »
document.getElementById("myDIV").style.resize = "both";
运行结果:
点击运行 »