logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

将js文件里面数据与Servlet数据互传

将js文件里面的数据temp传到Servlet注:temp为字符串$.ajax({type:"POST",url:"calculatrice",data:{'temp':temp},success:function (result) {//result:从Servlet返回来的数据$screen.html(temp+"="+...

到底了