<html><body><select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()" onmouseout="this.releaseCapture()"> <option>1</option> <option selected>2</option> <option>3</option> </select></body></html> 转载于:https://www.cnblogs.com/wuqing17/archive/2006/11/11/557827.html