我有这个被破坏的代码。由于单引号和双引号。
我应该如何逃脱它以使其正常工作?
<a href="path" rel="example_group" title="<a href='/Home/Vote/@item.Id'><img src='/Content/images/021.png' style='float:left; margin-left:45%;' /></a><a onClick='window.open('test.com','sharer','toolbar=0,status=0,width=548,height=325');' href='javascript: void(0)'><img src='/Content/images/022.png' /></a>"><img src="@Url.Action("ViewImage", "Image", new { id = item.Id, imageType="thumb" })" alt="" width="100" height="100" /> </a>
window.open
正在打破它。
我怎样才能解决这个问题?我试图逃跑,但没有运气。
请查看此代码在标题中。所以我不能使用双引号。