目录Java注释单行注释多行注释文档注释Java关键字结束语Java注释 注释的含义:当我们写程序时需要对代码进行解释说明,这时我们就需要使用注释,以便于后期我们对之前敲过的代码还会有充分的了解。被注释掉的内容不会
I plan on using JSONP to call an external 开发者_StackOverflow社区web service to get around the fact that I don\'t want to create a global function that could potentially conflict with the calling pag