上传者: 42187944 
                                    |
                                    上传时间: 2025-04-22 20:26:59
                                    |
                                    文件大小: 1.48MB
                                    |
                                    文件类型: PPT
                                
                            
                            
                                switch语句的目标代码结构:
    对expression求值并置于t的有关代码 
    	        goto test 
    L1:       有关statement1的代码 
    	        goto next 
    L2:    有关statement2的代码 
    	        goto next 
       ……………………………………
    Ln-1: 有关statement n-1的代码 
    	        goto next 
    Ln:       有关statementn的代码 
                 goto next