找回密码
 注册
查看: 3573|回复: 0

R语言:URLencode()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 17:37:12 | 显示全部楼层 |阅读模式
URLencode(utils)
URLencode()所属R语言包:utils

                                        Encode or Decode a (partial) URL
                                         编码或解码(部分)网址

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Functions to encode or decode characters in URLs.
功能编码或解码URL中的字符。


用法----------Usage----------


URLencode(URL, reserved = FALSE)
URLdecode(URL)



参数----------Arguments----------

参数:URL
A character string.
一个字符串。


参数:reserved
should reserved characters be encoded?  See "Details".
应保留字符进行编码?见“详细资料”。


Details

详情----------Details----------

Characters in a URL other than the English alphanumeric characters and $ - _ . + ! * ' ( ) , should be encoded as % plus a two-digit hexadecimal representation, and any single-byte character can be so encoded. (Multi-byte characters are encoded as byte-by-byte.)
字符的URL比英文字母和数字$ - _ . + ! * ' ( ) ,编码%加两位数字的十六进制表示,任何单字节字符可以使编码。 (多字节字符编码为字节字节)。

In addition, ; / ? : @ = & are reserved characters, and should be encoded unless used in their reserved sense, which is scheme specific.  The default in URLencode is to leave them alone, which is appropriate for file:// URLs, but probably not for http:// ones.
此外,; / ? : @ = &保留字符,应编码,除非在其保留的意义,这是计划的具体使用。在URLencode默认是独自离开他们,file://网址是适当的,但可能不会http://的。


值----------Value----------

A character string.
一个字符串。


参考文献----------References----------



举例----------Examples----------


(y <- URLencode("a url with spaces and / and @"))
URLdecode(y)
(y <- URLencode("a url with spaces and / and @", reserved=TRUE))
URLdecode(y)
URLdecode("ab%20cd")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 00:04 , Processed in 0.026724 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表