The question I have is, how to store the URL's and Titles of the posts under the one and the same label into a String array.
Suppose I have a number of posts under the label Action URL
And supposedly the posts Titles and URL's under that Category or Label are :
and some others...
I want 2 arrays like var pTitle
and var pURL
and I want it to store like this
pTitle[0]=Comic 1 Chapter 1
pTitle[1]=Comic 1 Chapter 2
pTitle[2]=Comic 2 Chapter 1
pURL[0]=url
pURL[1]=url
pURL[2]=url
Please Help by providing a Code :D
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…