处理带有空格的类名html

时间:2012-02-14 21:18:16

标签: html css

我在网站上有一架joomla ice手风琴。我试图通过使用Firebug来获取手风琴标签的链接

其中一个标签的代码是

<p id="ABC" class="msg_head">Content</p>

此标签的链接是

https://website.org/eweb/DynamicPage.aspx?Site=Inst&WebKey=81c17c83-4cb1-456a-a9d5-6b8fcc94fc63&accordion=EMD#EMD 

我如何将以下链接作为?

<p id="ABC sub" class="msg_head">Content</p>

1 个答案:

答案 0 :(得分:0)

如果我理解您的问题,那么您希望将值“ABC sub”放在查询字符串中。所以你将拥有“Accordion = ABC sub”。

您需要进行网址编码,因此根据以下内容,空格将等于“%20”:URL Encoding

“手风琴= ABC%20sub”