// 引入JSP文件
var script = document.createElement('script');
script.src = 'http://*/*.jsp';
document.body.appendChild(script);