多行評論
多行註釋可用於註釋掉大塊程式碼。它以/*開頭,以*/結束。
/* This is a multi-line comment.
It spans multiple lines.
This is still part of the comment.
*/
多行註釋可用於註釋掉大塊程式碼。它以/*開頭,以*/結束。
/* This is a multi-line comment.
It spans multiple lines.
This is still part of the comment.
*/