
js
文章平均质量分 77
ihelloworld
这个作者很懒,什么都没留下…
展开
-
js版本计算器
计算器 input { width:50px; } #Backspace { width:120px; } #CE { width:110px; } #result { width:300px; } function Calculator() { this.prevNum = '0'; this.operator原创 2012-07-02 17:59:23 · 536 阅读 · 0 评论 -
js版本计算器第二版
计算器 input { width:50px; } #Backspace { width:120px; } #CE { width:110px; } #result { width:300px; } function Calculator() { this.value = ''; this.current = '原创 2012-07-02 23:24:17 · 1773 阅读 · 0 评论 -
js版本计算器第三版
计算器 input { width:50px; } #Backspace { width:120px; } #CE { width:110px; } #result { width:300px; } function Calculator() { this.value = ''; this.current = '原创 2012-07-19 09:20:42 · 713 阅读 · 0 评论