描述:更多教程资料进入php教程获得。
示例现场演示<!DOCTYPE html>
<html>
<head>
<style>
div ...
更多教程资料进入php教程获得。
示例
现场演示
<!DOCTYPE html>
<html>
<head>
<style>
div {
user-select: none;
}
</style>
</head>
<body>
<h2>This is demo heading</h2>
<div>This is demo text. You won't be able to select it.</div>
</body>
</html>