Data type conversion notes

xiaoxiao2021-03-06  60

IF (Strm.Equals) {INTM1 = "12"; TIM1 = Integer.Tostring (Integer.Parseint (strY) -1) "-" INTM1;} else {Int W = (Integer.Parseint (STRM) -1); if (w> 9) TIM1 = (strY) "-" integer.tostring (w); else Tim1 = (strY) "-" "0" integer.tostring (W );} If (Strm.Equals ("12")) {INTM2 = "01"; TIM2 = INTEGER.TOSTRING (Integer.Parseint (strY) 1) "-" INTM2;} else {int w1 = integer .PARSEINT (STRM) 1; IF (W1> 9) TIM2 = (strY) "-" integer.tostring (w1); Else TIM2 = (strY) "-" "0" integer.tostring W1);

转载请注明原文地址:https://www.9cbs.com/read-83796.html

New Post(0)