3Answers
Js code in the escape character \b no effect how it happened
Asked by: Rebecca 224 views IT
</script>
Every space between the browser pop-ups, what's going on
Welcome Guest.
Asked by: Rebecca 224 views IT
</script>
Every space between the browser pop-ups, what's going on
+6Votes
The space of the HTML language cannot be used with TAB or SPACE
It has a special definition
If the space is
and
HTML special characters do not include TAB. TAB should also be used to indicate . but only works inside tags like <PRE>…</PRE>. Other places are only equivalent to one space. This is not the same as
+3Votes
var url = ‘\a’;function view(url){alert(url)};console.debug(view(url));==========http:// Hi.baidu.com/7shaolin/blog/item/4876a0f87c438716d9f9fd38.html ‘\’ is an escape character flag indicating that it uses single quotation marks and backslashes in the ‘\\’ character constant and double quotes and inverses in character constants. When slashes, they must be represented by an escape character, that is, a backslash is added before these characters.
+6Votes
" "is a commonly used code for web page editing, indicating spaces