大家都能找到下面代码中高亮的部分:
| 
					 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19  | 
							<skin_settings maps="true" 	               maps_type="bing" 	               maps_bing_api_key="" 	               maps_zoombuttons="false" 	               gyro="true" 	               title="false" 	               thumbs="true" 	               thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="" 	               thumbs_opened="false" 	               thumbs_text="true" 	               thumbs_dragging="true" 	               thumbs_onhoverscrolling="false" 	               thumbs_scrollbuttons="true" 	               thumbs_scrollindicator="false" 	               tooltips_thumbs="false" 	               tooltips_hotspots="false" 	               tooltips_mapspots="false" 	               controlbar_offset="20" 	               />  | 
					
也就是thumbs_opened=”false” 将它改为 thumbs_opened=”true”
这样我们打开场景时下方缩略图是默认显示的。但尽管我们已经改为true了,若在手机上看是缩略图默认还是隐藏的,怎么回事呢? (更多…)