对于IE <10和Opera,您将需要使用 unselectable 希望不可选择的元素的属性。您可以使用HTML中的属性进行设置: <div id="foo" unselectable="on" ...
確定! 回上一頁