Delete a div or span with a id=“.xxx”

后端 未结 8 928
被撕碎了的回忆
被撕碎了的回忆 2021-01-19 10:45

I am unable to delete a div with an id with a period or an asterix.

8条回答
  •  爱一瞬间的悲伤
    2021-01-19 11:50

    There’s a tool for that: http://mothereffingcssescapes.com/#*xxx.

    HTML:

    foo bar

    CSS:

    
    

    JavaScript:

    
    

提交回复
热议问题