jquery的注释

jsp的注释

<!--

-->


jquery的注释

function myFunction ( myVar, myVar2 ) {
// Pay attention to spaces around
// the brackets and curly brackets
}

多行的注释

/* comment */



参考

http://www.sitepoint.com/comments-jquery/

你可能感兴趣的:(jquery的注释)