js link用法讲解
今天看到javascript吧里面一篇帖子是关于js link的。
以前还没有用过这个函数。
看一段代码:
[html]
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title> New Document </title>
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<script>
var str = 'This is a testing js link page.';
str = str.link("http://baidu.com");
document.write(str);
</script>
</body>
</html>
[/html]
就是给一段文字加上一个链接!然后输出!
您可能还会对这些文章感兴趣!
- js页面打印函数(1623 +)
- uniapp苹果ios内购,ios支付,苹果支付内购(801 +)
- css自适应,LI表格宽度自适应,自动替换标题过长用省略号代替(3289 +)
- uploadify浏览器总是崩溃,uploadify不兼容解决方法(4151 +)
- shell脚本判断apache服务状态,crontab执行shell(3410 +)
- 淘宝PHPSDK2.0 剔除 lotusphp框架(2994 +)
- css保持图片自适就与图片比例(2804 +)
- hive安装(1971 +)
- 7za 加密,7za加密压缩,linux压缩加密,centos压缩文件(4185 +)
- dedecms 404设置,服务器404设置,网站404设置,主机404设置,php 404(2603 +)