java program to list first child elements inside parent element based on input line number/tag name
- Input with line number:
Input: 2
Output: child1, child2, child3
Input: 8
Output: child11, child22, child33
Input: 1
Output: parent2, parent3
- Input with tags:
相关标签: