Can I write a [removed] tag inside a [removed] tag

后端 未结 2 1112
甜味超标
甜味超标 2020-12-19 17:37

This is my code. I\'m trying to stop running an external js file when screen width is less than 1025.



        
2条回答
  •  庸人自扰
    2020-12-19 18:09

    Why would you use a nested script to modify an object property?

    It can be solved in a much simpler way since you're already "in the script":

    
    

提交回复
热议问题