1.the only special character that has given me a problem is the ampersand, so i have restricted my translation to that one character rather than use a shotgun htmlentities() function approach.
惟一为我带来问题的一个特殊字符是 and符号,所以我只需处理该字符而没有采用htmlentities()函数的方式。
2.you can stack those up by simply adding an ampersand (&) between successive name/value pairs, like this: name=jennifer&job=president.
只需简单地在连续的名称/值对之间添加一个 “与” 符号(&),即可将其放在一起,就像这样:name=jennifer&job=president。
3.the ampersand identifies the parameter as the holder of a code block.
该符号将参数识别为代码块的持有者。
4.to set up an entity, create a name for it, and type it within your content, starting with an ampersand (&) and ending with a semicolon (;)—for example, &coname; (or whatever you name it).
为了设置实体,必须先为它创建一个名称,然后将它输入到内容中,以and 符号(&)开始,并以分号(;)结束 —例如,&coname;。
5.they use the percent (%) symbol instead of the ampersand, and can be either named entities or external entities.
它们使用百分号(%)而不是与字符,可以是命名实体或外部实体。
6.the only special character that has given me a problem is the ampersand, so i have restricted my translation to that one character rather than use a shotgun htmlentities() function approach.
惟一为我带来问题的一个特殊字符是 and符号,所以我只需处理该字符而没有采用htmlentities()函数的方式。