Home > front end >  ASP resolution cell phone number
ASP resolution cell phone number

Time:09-27

For example: 13812345679

Help warrior, ASP split into two, finally to print out the following line:

13
38
81
12
23
34
45
56
67
79


Thank you very much!

CodePudding user response:

 
<% Dim mobile
Mobile="13812345679"
Response. Write mobile
For I=1 To Len (mobile) - 1
Response. Write "& lt; Br/& gt;" & Mid (mobile, I, 2)
Next
%>

CodePudding user response:

<% Dim mobile
Mobile="13812345679"
Response. Write mobile
For I=1 To Len (mobile) - 1
Response. Write "& lt; Br/& gt;" & Mid (mobile, I, 2)
Next
%>

CodePudding user response:

refer to the second floor rings2006 response:
& lt; % Dim mobile
Mobile="13812345679"
Response. Write mobile
For I=1 To Len (mobile) - 1
Response. Write "& lt; Br/& gt;" & Mid (mobile, I, 2)
Next
%>

CodePudding user response:

CodePudding user response:

So old posts are left?
  •  Tags:  
  • ASP
  • Related