87,992
社区成员
发帖
与我相关
我的任务
分享


var w=screen.width;
if(w<1024)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css?1.0"/>');
else if(w>1300)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css?1.0"/>');
var w=screen.width;
if(w<1024)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css?1.0"/>');
else if(w>1300)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css?2.0"/>');/////////var w=screen.width;
if(w<1024)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css"/>');
else if(w>1300)document.write('<link rel="stylesheet" type="text/css" href="xxxxx.css"/>');
//.....更加多