Asked by Norton Alex
at 2024-08-30 22:18:51
Point:500 Replies:1 POST_ID:829258USER_ID:12423
Topic:
javascript
I have copied some html page from internet, when I run it
and see its source code by devtools
it generate strange character as
<style>
? a{ display: block; ? ? ? ? /* */
}
</style>
I don't know why it has spade sharp ? symbol (actully not ? char)
How to remove all
Any comment