求教大神,怎么在js文件当中写java代码?

2024-12-16 20:50:09
推荐回答(1个)
回答1:

js中封装几个变量
然后,在页面加载的时候传过去
var param = {};
function xxx(){
param.xx;

}