摘要: The try...catch statement allows you to test a block of code for errors.使用try...catch声明让你能够测试出错误的代码Examples举例The try...catch statementHow to write a try...catch statement.怎么书写一段try...catch声明The try...... 阅读全文
posted @ 2010-04-07 13:46 weekker 阅读(4046) 评论(0) 推荐(0)
摘要: In JavaScript you can add special characters to a text string by using the backslash sign.使用backslash( / 反斜杠)标记你可以在JS中添加特殊文字。Insert Special Characters插入特殊文字The backslash () is used to insert apostroph... 阅读全文
posted @ 2010-04-07 13:45 weekker 阅读(2513) 评论(1) 推荐(0)