首页 / 词典 / good

href

  • abbr.horizontal reference 水平参考,水平基准
hrefhref
  1. Instead , the href attribute has been placed right on the li elements .

    而href属性已经被正确放在了li元素上。

  2. This refinement gets the href attribute of the matching tag .

    精炼过的这个查询将获取任何匹配标记的href属性。

  3. Set the attribute name property to href and the tagName property to a.

    将“属性名”属性设置为href,并将tagname属性设置为a。

  4. You could change the href attribute to any valid ( and accessible ) web URL .

    您可以将href属性更改为任何有效的(且可访问的)webURL。

  5. Use it along with an xlink : href attribute to establish a link .

    将标签与一个xlink:href属性结合使用便可以建立一个链接。

  6. The href attribute is an optional value that provides the URI of the resource to include .

    href属性是一个可选值,它提供需要包含的资源的URI。

  7. The href attribute in XSLT takes a URI reference , which may be absolute or relative .

    XSLT的href属性采用了一个URI引用,它可能是绝对引用,也可能是相对引用。

  8. The href attribute is set ( required ) in order to have the application incorporated within the Java Web Start Application Manager .

    href属性设置(要求的)是为了让应用程序并入JavaWebStart应用程序管理器。

  9. You then get the value of the href attribute and use this as the URL for your Ajax request .

    然后,获取href属性的值,将其作为Ajax请求的URL。

  10. If you 'd like to get your hands on just the href value without the surrounding anchor tags , you can use

    如果只考虑href的值而不考虑它前后的anchor标记,那么可以改用

  11. In a similar vein , you can access a list of related videos through the href attribute of the

    类似地,您可以通过

  12. In the stylesheet , curly brackets populate several href attributes .

    在样式表中,花括号填充多个href属性。

  13. The href attribute represents the permalink to the article reference on Digg .

    href属性表示指向Digg上的文章引用的永久链接。

  14. If you find a link with a known relation , extract the href and type ( if present ) attributes for later use .

    如果你找到一个包含已知关系的链接,那就抽取href和type(如果有的话)属性以备后用。

  15. Enter any additional attributes , such as Java Script , for the HREF tag . Carriage returns are ignored .

    输入任何其它属性。例如,对HREF标记,可以输入JavaScript。忽略回车符。

  16. The href is the path to the stylesheet .

    href是样式表的路径。

  17. All you need to do is ask for all the href attributes associated with the anchor () tags on a page .

    您需要做的就是查找与页面上的锚()标记相关联的href属性。

  18. If it does , use the href attribute as the internal-destination of an

    如果是的话,则可将href属性用作

  19. Some toolkits were unable to handle the use of XML ID / HREF referencing mechanism within SOAP envelopes that were being received .

    有些工具包不能处理对XMLID/HREF引用机制的使用(位于接收中的SOAP信封内部)。

  20. If an HTML anchor element has an href attribute , check to see if it begins with a hash mark ( # ) .

    如果HTML锚点元素有href属性,则查看该属性是否以井号()开头。

  21. It gives it an href attribute that concatenates the string mailto : with the email address .

    该元素提供了一个href属性,将字符串mailto:与电子邮件地址连接起来。

  22. The web hyperlink extraction techniques aims to extract the href value of label in the source codes of the web , according to the need of the consumers .

    网页链接的抽取是指将网页源代码中的标签的href属性的取值按照用户的需求提取出来。

  23. You grab each link 's href attribute , alter it to point to a fragment file , and fetch the resulting URL via Ajax .

    还需要获取每个链接的href属性,使其转而指向一个片段文件并通过Ajax获取结果URL。

  24. The href attribute of the element contains the URL that you use later to retrieve the contents of the library when the node is expanded in the tree .

    当在树中展开节点时,使用元素的href属性中的URL获取库的内容。

  25. In the example above , the concat function call we used to generate the file name is used to generate the value of the href attribute on the tag .

    在上例中,用于生成文件名的concat函数调用是用来生成标记上的href属性值。

  26. In our example , the URL that was needed for the request after login was part of a standard HTML href and was available as a complete text string .

    在我们的例子中,对于登录后的请求我们需要的URL是一个标准HTMLhref并且能够作为一个完整文本串。

  27. For instance , you don 't need to add cases where the found href is null & something that shouldn 't happen with a well-formed document but sometimes does .

    比如,在发现的href为空的地方不需要添加链接&格式良好的文档不应该出现这种情况,但是有时候确实会出现。

  28. This is distinct from link in that link points to the article on the site where it is actually hosted , whereas href points to the Digg representation of that article .

    这与link的区别是,link指向文章实际驻存的站点上的文章,而href指向该文章的Digg表示。

  29. What this means is that you can turn any element into a link simply by adding an href attribute to it , rather than having to surround individual elements with an anchor tag .

    这意味只要将href属性添加到任何元素,就可以将它转换成链接,而不一定要用锚标记包围单个元素。

  30. Web interaction is slightly more subtle in that information is divided between headers and bodies , and various dependent resources are often bundled together with href links , frames , Ajax , and so on .

    Web交互变得更加细致,因为信息被分为头部和内容体,并且各种相关的资源常常通过href链接、框架、Ajax等被绑定在一起。