7万
861
32万
论坛元老
此方法创建一个用作超文本目标的HTML锚。 语法
string.anchor( anchorname )
下面是参数的详细信息:
返回值:
例子:
<html> <head> <title>JavaScript String anchor() Method</title> </head> <body> <script type="text/javascript"> var str = new String("Hello world"); alert(str.anchor( "myanchor" )); </script> </body> </html>
这将产生以下结果:
<a name="myanchor">Hello world</a>
使用道具 举报
0
2万
中级会员
3
156
注册会员
12
431
4
262
6
425
115
124
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-21 21:08 , Processed in 0.114193 second(s), 22 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.