<script> document.write('hello49'); function func1(){ alert('49'); } </script> <button onclick='func1()'>button</button>
在线编辑