麻烦问一下
node js做一个计算器后台server的思路是怎样的呢?
我是node 小白基本不会。。
最终显示效果类似下面这样
· enter 'one'
· expect to display '1'
· enter 'two'
· expect to display '12'
· enter '+'
· expect to display '12'
· enter 'three'
· expect to display '3'
· enter equals
· expect to display '15'
输入one 显示1 one 。 然后再输入 two 显示12 再加上加减乘除
有没有大神可以教我一下呢。。