vue中數(shù)字相加為字串轉(zhuǎn)化為數(shù)值的例子

month傳入為3時(shí),下面代碼輸出為31

十年的新津縣網(wǎng)站建設(shè)經(jīng)驗(yàn),針對(duì)設(shè)計(jì)、前端、開(kāi)發(fā)、售后、文案、推廣等六對(duì)一服務(wù),響應(yīng)快,48小時(shí)及時(shí)工作處理。成都全網(wǎng)營(yíng)銷(xiāo)推廣的優(yōu)勢(shì)是能夠根據(jù)用戶設(shè)備顯示端的尺寸不同,自動(dòng)調(diào)整新津縣建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無(wú)論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設(shè)計(jì),從而大程度地提升瀏覽體驗(yàn)。創(chuàng)新互聯(lián)從事“新津縣網(wǎng)站設(shè)計(jì)”,“新津縣網(wǎng)站推廣”以來(lái),每個(gè)客戶項(xiàng)目都認(rèn)真落實(shí)執(zhí)行。

if(data1.attr === 'last_month') {
 if(month === 1) {
 year = year - 1
 } else {
 month = this.trans_Date(month - 1)
 }
} else if(data1.attr === 'next_month') {
 if(month === 12) {
 year = year + 1
 month = this.trans_Date(1)
 } else {
 month=this.trans_Date(month +1);
 console.log("month", month)
 }
} else {
 month=this.trans_Date(month)
}
 trans_Date(data) {
  if (data < 10) {
   return '0' + data
  } else {
   return data
  }
  }

控制臺(tái)輸出為

想要month+1返回的是數(shù)值,先進(jìn)行-0在進(jìn)行+1。

if(data1.attr === 'last_month') {
   if(month === 1) {
   year = year - 1
   } else {
   month = this.trans_Date(month - 1)
   }
  } else if(data1.attr === 'next_month') {
   if(month === 12) {
   year = year + 1
   month = this.trans_Date(1)
   } else {
   month=this.trans_Date(month-0 +1);
   console.log("month", month)
   }
  } else {
   month=this.trans_Date(month)
  }

控制臺(tái)輸出為

vue中 數(shù)字相加為字串轉(zhuǎn)化為數(shù)值的例子

以上這篇vue中 數(shù)字相加為字串轉(zhuǎn)化為數(shù)值的例子就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持創(chuàng)新互聯(lián)。

本文名稱(chēng):vue中數(shù)字相加為字串轉(zhuǎn)化為數(shù)值的例子
當(dāng)前網(wǎng)址:http://muchs.cn/article6/pdgcig.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、全網(wǎng)營(yíng)銷(xiāo)推廣、企業(yè)建站、網(wǎng)站制作、網(wǎng)站排名、App設(shè)計(jì)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)