通常,通过这些标准,任何\后面直接跟着换行符的代码都会被转换成代码,而不需要换行符和反斜杠。例如:
int yams\
yams;
转成
int yamsyams;
和
int cheese // blerg \
more blerg
转成
int cheese // blerg more blerg
使用非常长的单行代码,这种行为可能会很好。
然而,似乎
#\
This code not part of the macro
而
#a\
This code is part of the macro.
甚至
# \
This code is not part of the macr
我正在尝试使用jQuery表单验证,并且我希望验证文本是阿拉伯语。
问题是,当我在.js文件中更改该短语时,它显示的是正方形而不是阿拉伯字母。
这是我的js文件:
$(document).ready(function(){
// Place ID's of all required fields here.
required = ["name", "email", "country", "message"];
// If using an ID other than #email or #error