<input type="text" oninput="alert('hello')">
<button onclick="alert('hello')">按钮提交</button>
<script>
alert('hello world~! 我是内嵌式 JS');
</script>
<script src="01.js入门.js">