有这么一段代码
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form runat="server">
<div>
<div >
<div ><input type="text" value="我是text1" /></div>
<div ><input type="text" value="我是text3" /></div>
</div>
<div><input type="button" value="没思路" onclick="getInputValue()" /></div>
</div>
</form>
</body>
</html>
我现在要获取id为parentDiv的div下的所有input的值
前提: 我不知道id为parentDiv的div下有多少个input
但我要全部获取 该如和实现啊
他们有一定的规律 就是 id为txt1的input一定在div1 下
但下一个可能是 div3包含一个txt3了
守着星空守着你
杨魅力
慕的地6264312
翻过高山走不出你