首页 > 网站 > WEB开发 > 正文

点击按钮来改变该页面调用的css文件

2024-04-27 14:00:48
字体:
来源:转载
供稿:网友
<html>
<head>
   <link id=CSSs rel="stylesheet" type="text/css" href="a.css">
</head>
<body>
   <input type=button value="a.css" onclick="document.all.csss.href='a.css'"><br>
   <input type=button value="b.css" onclick="document.all.csss.href='b.css'"><br>
</body>
</html>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表