随笔分类 - Javascript
javascript脚本
JavaScript language overview
摘要:JavaScript language overviewJavaScript syntax, operators, and flow-control statements are similar to those in the C language. It includes if, else, switch, break, for, while, do, and return statements which behave almost identically to their C counter-parts. As a result, C programmers can easily rea
阅读全文