aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/tech/xul/attribute/href/index.html
blob: 50013e44b3215a1372527501e6d9652f9f35e5d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: href
slug: Mozilla/Tech/XUL/Attribute/href
tags:
  - XUL 参考
  - XUL 属性
translation_of: Archive/Mozilla/XUL/Attribute/href
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div>

<dl>
 <dt><code id="a-href"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/href">href</a></code></dt>
 <dd>类型: <em>文本</em></dd>
 <dd>定义一个当元素被点击时将会打开的 URL 。需要引用类 <a href="/en/XUL/Style/text-link" title="en/XUL/Style/text-link">text-link </a></dd>
</dl>

<div class="noinclude">
<pre class="eval">&lt;label href="<span class="nowiki">http://example.com</span>" class="text-link" value="点击这里前往 example.com"/&gt;
</pre>
</div>

<div class="noinclude">
<p></p>
</div>