添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
let site = ['runoob', 'google', 'taobao','google']//数组转字符串let newSite = site.join('&') ;//或者let newSite = site.toString() ;//检测数据类型document.write(typeof(newSite)); //string //字符串转数组let other = n...