演示代码: 复制代码代码如下: <br>$("#btn").click(function () { <br>alert("click"); <br>$("#msg").load("hello.txt"); <br> }) <br>