1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
<script> |
|||
alert('hello') |
|||
console.log('控制台') |
|||
document.write('在页面上') |
|||
</script> |
|||
</head> |
|||
<body> |
|||
|
|||
</body> |
|||
</html> |
|||
Loading…
Reference in new issue