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 mobileMobile="13812345679"
Response. Write mobile
For I=1 To Len (mobile) - 1
Response. Write "& lt; Br/& gt;" & Mid (mobile, I, 2)
Next
%>
CodePudding user response: