问答详情
源自:6-11 编程练习

不显示答案啊啊啊啊啊啊

为什么我的不显示答案,求大神帮忙看一下

提问者:_invincible07_ 2017-12-19 11:48

个回答

  • 慕仙1417878
    2017-12-19 13:11:15

    这是你的代码:

    <input type='button' value=' = ' onclick=count()/>

    应该这样:

    <input type='button' value=' = ' onclick='count()'/>

    onclick那里你没加引号…………

  • clean_compile
    2017-12-19 13:05:19

    用eval把parseInt()+parseInt()括起来 eval(parseInt()+parseInt())