海啸钢架公路车:请问JavaScript中的“ ”是什么意思?

来源:百度文库 编辑:高考问答 时间:2024/05/09 20:07:20
例如:
if(currentDate.getDay()!=0)
{
document.write("<tr>");
for(i = 0; i < currentDate.getDay(); i++)
document.write("<td> </td>");
}
document.write("<td>  </td>");

表示空格。
是javascript里面的转义字符!

空格的意思。

空格

空格