午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術(shù)文章
文章詳情頁

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

瀏覽:193日期:2022-12-05 13:58:39

本文實(shí)例為大家分享了Vue制作仿手機(jī)計(jì)算器的具體代碼,供大家參考,具體內(nèi)容如下

1.首先是把樣式做出來,按鈕是0-9,還有加減乘除,百分號(hào),清除按鈕,小數(shù)點(diǎn),等號(hào)、等等

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

2.把官方網(wǎng)站的JS插件引用,cn.vuejs.org/v2/guide/

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

頁面視圖

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

JS

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

Vue實(shí)現(xiàn)手機(jī)計(jì)算器

new Vue({ el: '#app', data: { equation: ’0’, isDecimalAdded: false, //防止在一組數(shù)字中間輸入超過一個(gè)小數(shù)位 isOperatorAdded: false, //判斷之否已點(diǎn)擊 加、減、乘、除,防止連續(xù)點(diǎn)擊超過一個(gè)運(yùn)算符號(hào) isStarted: false, //判斷計(jì)算器是否已經(jīng)開始輸入數(shù)字,用于正負(fù)數(shù)和百分比計(jì)算的時(shí)候作一些判斷 }, methods: { //Check if the character is + - × ÷ isOperator(character) { //用來判斷character 是否加減乘除 return [’+’, ’-’, ’×’, ’÷’].indexOf(character) > -1 }, append(character) { //append(character)加減乘除 if (this.equation === ’0’ && !this.isOperator(character)) { if (character === ’.’) { this.equation += ’’ + character this.isDecimalAdded = true } else { this.equation = ’’ + character } this.isStarted = true return } if (!this.isOperator(character)) { if (character === ’.’ && this.isDecimalAdded) { return } if (character === ’.’) { this.isDecimalAdded = true this.isOperatorAdded = true } else { this.isOperatorAdded = false } this.equation += ’’ + character } if (this.isOperator(character) && !this.isOperatorAdded) { this.equation += ’’ + character this.isDecimalAdded = false this.isOperatorAdded = true } }, calculate() { //等于號(hào)的時(shí)候 let result = this.equation.replace(new RegExp(’×’, ’g’), ’*’).replace(new RegExp(’÷’, ’g’), ’/’) this.equation = parseFloat(eval(result).toFixed(9)).toString() this.isDecimalAdded = false this.isOperatorAdded = false }, calculateToggle() { //點(diǎn)擊正負(fù)號(hào) if (this.isOperatorAdded || !this.isStarted) { true } this.equation = this.equation + ’* -1’ this.calculate() }, calculatePercentage() { //點(diǎn)擊百分比 if (this.isOperatorAdded || !this.isStarted) { true } this.equation = this.equation + ’* 0.01’ this.calculate() }, clear() { //點(diǎn)擊AC this.equation = ’0’ this.isDecimalAdded = false //防止在一組數(shù)字中間輸入超過一個(gè)小數(shù)位 this.isOperatorAdded = false //判斷之否已點(diǎn)擊 加、減、乘、除,防止連續(xù)點(diǎn)擊超過一個(gè)運(yùn)算符號(hào) this.isStarted = false //判斷計(jì)算器是否已經(jīng)開始輸入數(shù)字,用于正負(fù)數(shù)和百分比計(jì)算的時(shí)候作一些判斷 } }})

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 高跟肉丝丝袜呻吟啪啪网站av | 午夜免费网站 | 伊人影院中文字幕 | 久久国产剧情 | 成人免费黄色大片v266 | 国产第6页| 天天射寡妇射 | 日韩欧美黄 | 成年人的免费视频 | 自拍偷拍校园春色 | 欧美日韩影视 | 欧美激情视频在线 | 国产精品1234区 | www.国产在线观看 | 亚洲精品第二页 | 亚洲国产美女视频 | 日韩精品亚洲一区 | 国产日韩欧美视频在线观看 | 开心激情婷婷 | 四虎影视av | 中文天堂在线视频 | 国产激情图片 | 天天操狠狠操 | 青青草社区 | 亚洲系列在线观看 | 日韩在线综合 | 日韩网站在线观看 | 国产精品亚洲一区 | 香蕉久久久久久 | 中文字幕亚洲精品在线观看 | 三级视频在线播放 | 在线免费观看a视频 | 成人激情四射 | 亚洲国产成人精品女人久久久 | 91亚洲国产成人精品性色 | 国产精品传媒在线观看 | 久久久久草| 日本中文字幕视频 | 天天干视频在线观看 | 黄色av网站在线免费观看 | 色婷婷婷 |