演示代码: 复aze代码 代码如下: <머리> <제목>제목> <본문> <br>$("#btn").click(function () { <br>alert("click"); <br>$("#msg").load("hello.txt"); <br> }) <br>