开发者

two quesrystring in href of <a>

I wanted to put "&" with second querystring in HTML in .aspx design. when I type "&" in href HTML , Visual studi开发者_运维技巧o start hilighting as error. what could be the solution to resolve this?


Use &amp; instead of &. For example:

<a href="http://example.com?foo=bar&amp;bar=baz">Foo</a>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜