Heim > Fragen und Antworten > Hauptteil
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<style type='text/css'>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
</style>
</head>
<body>
<p id='p'><p class='delete'>删除</p></p>
</body>
<script type='text/javascript'>
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 |
|
</script>
</html>
伊谢尔伦2017-04-10 17:18:25
1 |
|
这里面的e是指的当前事件,并没有pageX的属性,
正确的用法是使用touches属性:
1 2 |
|