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