如何使用 jquery 更改包含 Parent 标签的图像 src?
您能告诉我如何使用 c# 检索相同的内容吗?
C#代码:
string s;
s= "<span id=\"span1\"><table><tr><td><img src=\"/image/img01.jpg\"></td></tr>";
I have formatted above code to string and assigned to one label
label1.text=s.tostring();
现在我想使用 jquery 更改 img src。
我是 jquery 的新手,请任何人帮我解决这个问题。* 注意:我不想为 img 标签使用 id 属性。