当点击"uploadChoice"中的一个div时,如何确定单击哪一个?我可以以某种方式返回'eq'值吗?
<div id=uploadChoice>
<div>Text</div>
<div>Image</div<
<div>Text & Image</div>
</div>
$("#uploadChoice div").click(function(){
//insert code here! :)
});
Run Code Online (Sandbox Code Playgroud) {是的,上面或多或少解释了它} :)
Regex oRegex = new Regex("<body.*?>(.*?)</body>", RegexOptions.Multiline);
如果身体中有任何属性,上面似乎不起作用.