1
0
5
46
840
266
95
只要在PCB option 选项 去掉 comment class 的钩钩即可
//写一个函数实现加法计数器 var a=3; var b=5; function jia(a,b){ return a+b; } document.write(a+b)//或者document.write(parseInt(2)+parseInt(1));