var a = 1; var b = 2; var c = a+b;
c将显示为12; 但是我需要3
c
12
3
我如何使用jQuery做到这一点?
javascript jquery
javascript ×1
jquery ×1