//使用参数:1.标题,2.链接地址,3.内容简介 function tanchuang(title,url,content){ var pop=new Pop(title,url,content); }