Macro Description
__LINE__ A decimal constant representing the current line number
__FILE__ A string representing the current filename
__DATE__ A string of the form “mmm dd yyyy”, the current date
__LINE__ A decimal constant representing the current line number
__FILE__ A string representing the current filename
__DATE__ A string of the form “mmm dd yyyy”, the current date
__TIME__ A string of the form “hh:mm:ss”, the current time
注意:下线是两个