How can you change the attached CSS file with Javascript?

前端 未结 4 465
囚心锁ツ
囚心锁ツ 2021-01-03 06:34

I was wondering, is it possible to change the attached stylesheet using JavaScript?

For example:



        
4条回答
  •  星月不相逢
    2021-01-03 06:40

    Add an id to the link tag and use

    
    
    
    

    See this post

提交回复
热议问题